Is it possible to use a word macro to execute an .exe file?
How to do that?
This is discussion is open to suggestions.
Many thanks for your replying.
How to do that?
This is discussion is open to suggestions.
Many thanks for your replying.
Sub NewMacro() Shell "C:\windows\System32\calc.exe", vbMaximizedFocus End Sub
Sub NewMacro() Shell "C:\windows\System32\calc.exe", vbMaximizedFocus End Sub
Comment