Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/03/2002, 15:27
NRLABS
 
Fecha de Ingreso: febrero-2002
Ubicación: Chile
Mensajes: 1.573
Antigüedad: 22 años, 2 meses
Puntos: 2
Re: adrir word con vb

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 :( :cantar: :roto: :prohibido :-p
ShellExecute Me.hWnd, "open", "ruta\word.exe", "", App.Path, SW_SHOWNORMAL

espero que te sirva ;)