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 !!
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 !!