A
anthony
Hi,
Is there any way to open a word file from excel?
Is there any way to open a word file from excel?
-----Original Message-----
How about this one?
Sub OpenWord()
Shell "winword.exe " & Chr(34) & "C:\address.doc" & Chr
(34), vbMaximizedFocus
End Sub
This works for me..
Cheers,
Foss
.