Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
More to what I wanted (before gobs of errors cropped up with the additional
items I inserted): If ShowMeAll Then With WSheet.PivotTables(iIndex).PivotCache Debug.Print "BackgroundQuery=" & .BackgroundQuery & "; " _ & "EnableRefresh= " & .EnableRefresh End With End If Thanks for the help! I'm well on my way :-) Toby "Bryan Dickerson" wrote in message ... It should be: If ShowMeAll Then With WSheet.PivotTables(iIndex).PivotCache Debug.Print "BackgroundQuery=" & .BackgroundQuery & "; " Debug.Print "EnableRefresh= " & .EnableRefresh End With End If |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop a Procedure from another procedure | Excel Discussion (Misc queries) | |||
Help required to debug mailmerge procedure | Excel Programming | |||
Calling a procedure in a procedure | Excel Programming | |||
Debug.Print | Excel Programming |