Macro - VBScript Getting Started

Dhanalakshmi

New member
Local time
Today, 04:24
Joined
Jul 15, 2013
Messages
2
HI, is it possible to open an web application in Macro using VBscript? if yes, can anyone get me the code for that?

i tried with ,
Private Sub Command0_Click()
Command0.HyperlinkAddress = "web application link"
End Sub

as posted in the forum, but it throws an error. Help me !!
 
HI, is it possible to open an web application in Macro using VBscript? if yes, can anyone get me the code for that?

i tried with ,
Private Sub Command0_Click()
Command0.HyperlinkAddress = "web application link"
End Sub

as posted in the forum, but it throws an error. Help me !!

I think you mean VBA, not VBscript.

Just put your "web application link" in the button "Hyperlink Address".
 

Users who are viewing this thread

Back
Top Bottom