PDA

View Full Version : Button in Microsoft Word


ellhn
Oct 19, 2005, 01:58 AM
Dear Sirs,
Is it possible to add a button in a Word toolbar which represents the execution of an .exe file? By clicking the button opening the program file.
How?

Thank you

ScottGem
Oct 19, 2005, 05:45 AM
You would have to use VBA to create a module that would run the other program, probably using the SHELL command. You can then attach that module to a button that could be added to a toolbar.