Macro for open specific file from checkbox or drop-down

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a macro out there which will open a specific file if a checkbox is
selected or if a certain result is chosen from a drop-down box?
 
http://www.gmayor.com/Macrobutton.htm shows how to create a checkable
checkbox. The macros associated with the checkbox could be added to, to open
a particular file. Include the line

Documents.Open FileName:="""C:\Path\Filename.doc"""

substituting the path and name of the file you want toopen.
 
Wow, thank you. That will be great.

Graham Mayor said:
http://www.gmayor.com/Macrobutton.htm shows how to create a checkable
checkbox. The macros associated with the checkbox could be added to, to open
a particular file. Include the line

Documents.Open FileName:="""C:\Path\Filename.doc"""

substituting the path and name of the file you want toopen.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top