G
Guest
I have a spreadsheet setup that automatically dowloads information from our AS/400 using MSQuery. Once the data is DONE being downloaded (which could take 3 minutes), I would like the pivot table on the next worksheet to be refreshed.
Any ideas
first sheet name is: DAT
second sheet name is: PIVOT REPOR
The only code I have is
Sub Auto_Open(
ActiveWorkbook.RefreshAl
End Sub
Any ideas
first sheet name is: DAT
second sheet name is: PIVOT REPOR
The only code I have is
Sub Auto_Open(
ActiveWorkbook.RefreshAl
End Sub