Thanks
Hey Chris,
Thank you very much for giving the fundamental details. I appreciate that. Your code provided is working fine. Thanking again.
Chaitanya
Sorry
Sorry for posting in wrong forum, but it seems more of Macro syntax problem, rather than a Visio problem.
So if you find any problem with the above code, please let me know. I am very thankful to you for providing assistance.
Again help
Thank you for yesterday's reply. But I need your help again. I am using the code as following.
Sub Visual_Macro()
FollowHyperlink "http://www.bbc.co.uk"
End Sub
Again, I am calling the above macro - Visual_Macro from a Visio page. But when the macro is called, it is giving compile...
Hi Guys,
I am new to Macros. I need to load a web page when a macro is fired. So I am trying with the above code. But I am getting run time error 424 as Object Required with the above code. I can't understand where I am going wrong. I am trying the following code.
Private Sub Command0_Click()...
Need help
Hi Guys,
I am new to Macros. I need to load a web page when a macro is fired. So I am trying with the above code. But I am getting run time error 424 as Object Required with the above code. I can't understand where I am going wrong. I am trying the following code...