View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Herb[_4_] Herb[_4_] is offline
external usenet poster
 
Posts: 2
Default open a word document in excel

That worked
Thanks a lot for the help.

-----Original Message-----
Herb

You can use the Shell command. Here's an example, adjust

paths and doc
names as appropriate.

shell("C:\program files\Microsoft Office2000

\Office\Winword.exe
c:\dick\copyright.doc")

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.

"Herb" wrote in message
...
How can I open a word document in excel with a macro?



.