Is it possible to get the run command for running reports in the background?
3 comments
-
Harry Lewis I doubt if this would be feasible.
You've probably noticed that, after you choose ‘Run in Background’ (which, yes, you should be able to do via VBA) you are prompted to save the file and close it. VBA would not be able to interact these messages.
You may be able to use VBA to get to that point in the process, but it would still require user interaction, from there.
-
Sydney Stroyer I understand the user still has to interact it just make it easier then them going to the ribbon.
It makes a nice user interface. I use it right now for run I just don't know the code for the run in background. -
Harry Lewis Hello Sydney -
As far as I can tell, there is no way to use VBA to launch the utility that controls the run-in-background feature.