Option Explicit
Const SW_SHOWNORMAL = 1
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
:) ;) :P :(
![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)
:cantar:
![ojotes](http://static.forosdelweb.com/fdwtheme/images/smilies/ojotes.png)
:roto:
![Golpeado](http://static.forosdelweb.com/fdwtheme/images/smilies/pelea.png)
:prohibido
![censurado](http://static.forosdelweb.com/fdwtheme/images/smilies/sho.png)
:-p
ShellExecute Me.hWnd, "open", "ruta\word.exe", "", App.Path, SW_SHOWNORMAL
espero que te sirva ;)