Thread: openning word
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Foss Foss is offline
external usenet poster
 
Posts: 22
Default openning word

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?
.