Hello Excel Geniuses
When drilling down through a PivotTable line it creates a summary table of the line in a new worksheet in the same workbook...i want to do something a little different b/c I do not want a shared file to have an opportunity to me "messed up". I have scrapped my "BeforeDoubleClick.... attempts and everything else that has failed and i am left with my code that moves the first sheet is the workbook (although i am trying to figure if i can find the most recent sheet created or to force the new sheet to go to position one each time) to a new window so it can be saved without and changes to the master Workbook so end users can simply mess around with their new data.
1. I know that a double-click in any data area on the PivotTable creates a new sheet (in my case it always goes to the first position although I would like to search for the newest created sheet)
2. What i was trying to do was "listen" for that event and then run a simple move to new window that has the sample of data they would be looking for so it can be easily saved as new workbook and analyzed as they see fit.
Thanks
When drilling down through a PivotTable line it creates a summary table of the line in a new worksheet in the same workbook...i want to do something a little different b/c I do not want a shared file to have an opportunity to me "messed up". I have scrapped my "BeforeDoubleClick.... attempts and everything else that has failed and i am left with my code that moves the first sheet is the workbook (although i am trying to figure if i can find the most recent sheet created or to force the new sheet to go to position one each time) to a new window so it can be saved without and changes to the master Workbook so end users can simply mess around with their new data.
1. I know that a double-click in any data area on the PivotTable creates a new sheet (in my case it always goes to the first position although I would like to search for the newest created sheet)
2. What i was trying to do was "listen" for that event and then run a simple move to new window that has the sample of data they would be looking for so it can be easily saved as new workbook and analyzed as they see fit.
Thanks