Open another file

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

Guest

I have an Excel model for which I created a manul in Word. I put a button in
the model which I would like to launch the manual.

Workbook.open won't work; does someone know what the VB Code is to launch a
Word doc? I have the filepath in a variable. Thanks!
 
How about inserting a hyperlink to the DOC file (Insert, Hyperlink)?

--
Jim Rech
Excel MVP
|I have an Excel model for which I created a manul in Word. I put a button
in
| the model which I would like to launch the manual.
|
| Workbook.open won't work; does someone know what the VB Code is to launch
a
| Word doc? I have the filepath in a variable. Thanks!
|
| --
| Paul
 

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