Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here it goes,
Can you double click on a pivot table and instead of it pulling out the informatoin and putting it on a whole new worksheet have the data go to a specific worksheet say between a1:d1 or a dynamic range? -- Thank you, Jennifer |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think you can change this behavior.
Jennifer wrote: Here it goes, Can you double click on a pivot table and instead of it pulling out the informatoin and putting it on a whole new worksheet have the data go to a specific worksheet say between a1:d1 or a dynamic range? -- Thank you, Jennifer -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way of doing this is as follows:
The deault behaviour response to a double-click on a pivot item is to creae a new worksheet that lists the detai behind the item clicked. If you want to change this default behaiour then enter code into the newSheet event of the wokbook object. For exaple you could cop the date to some otyher location and tehn delete the additional sheet that was created whne you double-clicked on the pivot "Jennifer" wrote: Here it goes, Can you double click on a pivot table and instead of it pulling out the informatoin and putting it on a whole new worksheet have the data go to a specific worksheet say between a1:d1 or a dynamic range? -- Thank you, Jennifer |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Interesting! Thanks i'll try.
-- Thank you, Jennifer "DomThePom" wrote: One way of doing this is as follows: The deault behaviour response to a double-click on a pivot item is to creae a new worksheet that lists the detai behind the item clicked. If you want to change this default behaiour then enter code into the newSheet event of the wokbook object. For exaple you could cop the date to some otyher location and tehn delete the additional sheet that was created whne you double-clicked on the pivot "Jennifer" wrote: Here it goes, Can you double click on a pivot table and instead of it pulling out the informatoin and putting it on a whole new worksheet have the data go to a specific worksheet say between a1:d1 or a dynamic range? -- Thank you, Jennifer |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table - Calculated fields do not appear when double clicking | Excel Discussion (Misc queries) | |||
Double clicking Field does not work anymore in Pivot Table... | Excel Discussion (Misc queries) | |||
Double clicking in a Pivot Table, Please HELP | Excel Discussion (Misc queries) | |||
Formatting Pivot Table- when doble clicking to show Detail | Excel Discussion (Misc queries) | |||
Double Clicking | New Users to Excel |