G GregSmith Registered User. Local time Today, 17:46 Joined Feb 22, 2002 Messages 126 Jun 11, 2003 #1 Can someone tell me how to shell out the a .BAT file under Outlook VB?? I can get this to work correctly under MS Access VB but cannot seem to figure it out under Outlook. Thanks, Greg
Can someone tell me how to shell out the a .BAT file under Outlook VB?? I can get this to work correctly under MS Access VB but cannot seem to figure it out under Outlook. Thanks, Greg
G GregSmith Registered User. Local time Today, 17:46 Joined Feb 22, 2002 Messages 126 Jun 12, 2003 #2 sub test_click () Dim WSHShell Set WSHShell = CreateObject("WScript.Shell") WSHShell.Run("C:\Hallo.bat") end sub
sub test_click () Dim WSHShell Set WSHShell = CreateObject("WScript.Shell") WSHShell.Run("C:\Hallo.bat") end sub