0

Jet Report 7.1.0: Refresh cache with a macro

One of our customers use Jet Reports 7.1.0. We use some macros to run the reports. I use the following command:
Application.Run "JetReports.xlam!JetMenu", "Report"

This one activates the "Report"-function in Jet Reports and runs the report. But how do I activate the "Run report and refresh the cache"-function?
I've tried this but it doesn't work:
Application.Run "JetReports.xlam!JetMenu", "Refresh"

Thank you in advance!

1 comment

Please sign in to leave a comment.