Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default PivotTable ShowDetail not into ActiveWorkbook


When drilling into a pivot table, can Excel create the datasheet in another
'working document' workbook?

Currently my code is as follows but this just seems one step too many.

Set WB = Workbooks("working.xls")
rng.ShowDetail = True
ActiveSheet.Move After:=WB.Sheets(WB.Sheets.Count)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,049
Default PivotTable ShowDetail not into ActiveWorkbook

i don't think so.
your method is what I'd go with.

"baldmosher" wrote in message
...
When drilling into a pivot table, can Excel create the datasheet in
another
'working document' workbook?

Currently my code is as follows but this just seems one step too many.

Set WB = Workbooks("working.xls")
rng.ShowDetail = True
ActiveSheet.Move After:=WB.Sheets(WB.Sheets.Count)


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ShowDetail on PivotTable does not work in VBA Ray C Excel Programming 0 May 21st 09 04:13 PM
VB Help If Statement in Selection.ShowDetail = True TroyT Excel Programming 5 May 22nd 08 07:09 PM
XL2002 - Group / Outline / ShowDetail... Trevor Williams Excel Programming 1 May 13th 08 09:12 PM
ShowDetail on PivotField rather than PivotItem?? [email protected] Excel Programming 0 September 25th 06 12:41 AM
VBA / Pivottable / showdetail - problem sihvonma Excel Programming 0 November 16th 04 10:15 AM


All times are GMT +1. The time now is 07:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"