I have a button on my form and it i labeled NEW, I want it to open the program that the button is in again. How would I do that?
Printable View
I have a button on my form and it i labeled NEW, I want it to open the program that the button is in again. How would I do that?
Havn't tried this, but it should work
Code:Call Shell(App.Path & "\" & App.EXEName, vbNormalFocus)