Thread: openning word
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
anthony anthony is offline
external usenet poster
 
Posts: 7
Default openning word

This works very well to open word, but is there any way
to open a specific word file, i just keep getting a
runtime 5 error.


-----Original Message-----
Hi there,

How about this:

Sub OpenWord()
Shell "winword.exe", vbMaximizedFocus
End Sub

Cheers,
Foss

-----Original Message-----
Hi,

Is there any way to open a word file from excel?
.

.