Hi All!
I have a script that will pull up a message box that I made in text editor. It looks like this
Dim box, yes, no
box = MsgBox("Text here that tells the user a message"),# here of text box options,("Title")
If box =# of text box options Then
1st button = MsgBox("Text here that tells the user a message"),# here of text box options,("Your Title")
End if
If box =# of text box options Then
1st button = MsgBox("Text here that tells the user a message"),# here of text box options,("Your Title")
End If
That's just the outline not the real thing. Anyways, I would like to know if there is a way where I could put a code in the yes outline that would open a shortcut. For example, I have an internet shortcut on my desktop and I would like to have a message box pop up when I click the VBS file that says "Would you like to open the internet" Yes or No. Please help!