Yes eg
Sub Calculator()
Dim RetVal
RetVal = Shell("C:\WINDOWS\SYSTEM32\CALC.EXE", 1)
End Sub
This is covered in vba help

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Is it possible to use a word macro to execute a .exe file?
> How to do that?
> This is discussion is open to suggestions.
> Many thanks for your replying.
vincent - 15 Aug 2007 07:48 GMT
Thank you very much.
It works perfectly.
"Graham Mayor" 來函:
> Yes eg
>
[quoted text clipped - 9 lines]
> > This is discussion is open to suggestions.
> > Many thanks for your replying.