$$Excel-Macros$$ Vba code for pivot table drill down and renaming sheet

2013-05-27 Thread KAUSHIK SAVLA
Hi All,

Need your help in pivot table drill down.

I am having huge excel database around 15 rows having whole data of
different accounts.
I want to create a pivot on it on basis of Account No. and Amount which is
located in column K and F respectively.

After pivot table is created with above criteria, I want to drill down all
the account from pivot table in different sheets and to rename the sheet
with the pivot table details extracted ie name of the account no.

Pls help with vba macro, since there are above 200 accounts, drilling down
each account and renaming it will take 1 day which I do not have since need
to get this prepared in 1 hour as per deadline.

Pls take any hypothetical example.

Thanks in advance for your help.

Regards,
Kaushik

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: $$Excel-Macros$$ Vba code for pivot table drill down and renaming sheet

2013-05-27 Thread Bé Trần Văn
Please attach File, I know how to handle new look.



2013/5/27 KAUSHIK SAVLA savla.kaus...@gmail.com

 Hi All,

 Need your help in pivot table drill down.

 I am having huge excel database around 15 rows having whole data of
 different accounts.
 I want to create a pivot on it on basis of Account No. and Amount which is
 located in column K and F respectively.

 After pivot table is created with above criteria, I want to drill down all
 the account from pivot table in different sheets and to rename the sheet
 with the pivot table details extracted ie name of the account no.

 Pls help with vba macro, since there are above 200 accounts, drilling down
 each account and renaming it will take 1 day which I do not have since need
 to get this prepared in 1 hour as per deadline.

 Pls take any hypothetical example.

 Thanks in advance for your help.

 Regards,
 Kaushik

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: $$Excel-Macros$$ Vba code for pivot table drill down and renaming sheet

2013-05-27 Thread KAUSHIK SAVLA
Hi,

Please find attached sample file.

Instructions:-

1. I want to create Pivot Table based on data in Sheet 1 (range A3 to
L1048576
In Row Label : Account
In Values : Sum of Amount

2. I want to have drill down of every account one by one in different sheet
and to rename the sheet with account accordingly.
Eg. 105001, 105100, 105102, etc

I am having 205 such accounts for which data need to be extracted in
different sheet and to rename accordingly based on account.

Please find attached sample solution file.

I want vba code to do above instructions.

Please let me know if you have any questions.

Regards,
Kaushik



On Mon, May 27, 2013 at 8:03 PM, Bé Trần Văn betnmtdongna...@gmail.comwrote:

 Please attach File, I know how to handle new look.



 2013/5/27 KAUSHIK SAVLA savla.kaus...@gmail.com

 Hi All,

 Need your help in pivot table drill down.

 I am having huge excel database around 15 rows having whole data of
 different accounts.
 I want to create a pivot on it on basis of Account No. and Amount which
 is located in column K and F respectively.

 After pivot table is created with above criteria, I want to drill down
 all the account from pivot table in different sheets and to rename the
 sheet with the pivot table details extracted ie name of the account no.

 Pls help with vba macro, since there are above 200 accounts, drilling
 down each account and renaming it will take 1 day which I do not have since
 need to get this prepared in 1 hour as per deadline.

 Pls take any hypothetical example.

 Thanks in advance for your help.

 Regards,
 Kaushik

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




  --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
*Warm Regards,*
*Kaushik Savla*

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because 

Fwd: Re: $$Excel-Macros$$ Vba code for pivot table drill down and renaming sheet

2013-05-27 Thread KAUSHIK SAVLA
Hi team,

Awaiting for response in below query.

Appreciate your help in looking into it.

Regards,
Kaushik
-- Forwarded message --
From: KAUSHIK SAVLA savla.kaus...@gmail.com
Date: May 27, 2013 8:42 PM
Subject: Re: $$Excel-Macros$$ Vba code for pivot table drill down and
renaming sheet
To: excel-macros@googlegroups.com

Hi,

Please find attached sample file.

Instructions:-

1. I want to create Pivot Table based on data in Sheet 1 (range A3 to
L1048576
In Row Label : Account
In Values : Sum of Amount

2. I want to have drill down of every account one by one in different sheet
and to rename the sheet with account accordingly.
Eg. 105001, 105100, 105102, etc

I am having 205 such accounts for which data need to be extracted in
different sheet and to rename accordingly based on account.

Please find attached sample solution file.

I want vba code to do above instructions.

Please let me know if you have any questions.

Regards,
Kaushik



On Mon, May 27, 2013 at 8:03 PM, Bé Trần Văn betnmtdongna...@gmail.comwrote:

 Please attach File, I know how to handle new look.



 2013/5/27 KAUSHIK SAVLA savla.kaus...@gmail.com

 Hi All,

 Need your help in pivot table drill down.

 I am having huge excel database around 15 rows having whole data of
 different accounts.
 I want to create a pivot on it on basis of Account No. and Amount which
 is located in column K and F respectively.

 After pivot table is created with above criteria, I want to drill down
 all the account from pivot table in different sheets and to rename the
 sheet with the pivot table details extracted ie name of the account no.

 Pls help with vba macro, since there are above 200 accounts, drilling
 down each account and renaming it will take 1 day which I do not have since
 need to get this prepared in 1 hour as per deadline.

 Pls take any hypothetical example.

 Thanks in advance for your help.

 Regards,
 Kaushik

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




  --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
*Warm Regards,*
*Kaushik Savla*

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking