Does anyone know how to open a program using anything other than the "shell" command? I keep getting a runtime error '5' everytime I click the button. It used to function but now I don't know what caused it to create the error.
Any help will be appreciated
VB Code:
Private Sub cmdSchedule_Click() 'Open Task External Scheduler Shell "C:\Program Files\NCMS\Task Scheduler\Task Scheduler.exe" End Sub




Reply With Quote