Open another file

P

Paul

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!
 
J

Jim Rech

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
 
Top