How can I initiate a Jet 'Refresh' from an Excel Macro?
Date
Votes
4 comments
-
Jet Reports Historic Posts To initiate a Jet 'Refresh' the syntax would be:
Application.Run "JetReports.xlam!JetMenu", "Refresh"
-HP -
Jet Reports Historic Posts Is there an event for the jet refresh command?
-
Jet Reports Historic Posts To trigger the Jet 'Refresh' with VBA, you would use:
Application.Run "JetReports.xlam!JetMenu", "Refresh"
-HP -
Tim Sides With Jet Reports 2019, the VBA code to run a Jet Report is now:
Application.Run "JetMenu", "Run"
Hope this helps someone.
Please sign in to leave a comment.