I can kill adobe reader with the following command:
So naturally I thought I could do the same with Bluebeam Revu
I guess it's a little more complicated than that. I know Revu isn't as popular as Adobe, but does anyone have any ideas. Basically if the program is open, close it.
VBA Code:
Shell "taskkill /F /IM AcroRd32.exe"
So naturally I thought I could do the same with Bluebeam Revu
VBA Code:
Shell "taskkill /F /IM Revu32.exe"
I guess it's a little more complicated than that. I know Revu isn't as popular as Adobe, but does anyone have any ideas. Basically if the program is open, close it.