So basically, I opened Microsoft Word and I went to the developer tab, drew a command button, double clicked it to open VB to write code, I want it to open a specific file. This is the code I wrote
Does not work...
My code I got so far is
Private Sub CommandButton1_Click()
Process.Start ("C:\Program Files\Google\Chrome\Application\chrome.exe")
End Sub
When I click run it comes up with a error saying:
Run-time error '424':
Object required
Can you please fix for me because I have no idea... I just need this one button and that's all.