yep bored thats rite under the command buttons name event after double clicking the button thats in the runtime u should get the following event Private Sub commandbuttoname_Click() End Sub should look like this: Private Sub commandbuttoname_Click() Shell ("C:\programdir\setup.exe") End Sub