Search results

  1. C

    Need help to open a web page through Macro

    Thanks Hey Chris, Thank you very much for giving the fundamental details. I appreciate that. Your code provided is working fine. Thanking again. Chaitanya
  2. C

    Need help to open a web page through Macro

    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.
  3. C

    Need help to open a web page through Macro

    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...
  4. C

    Need help to open a web page through Macro

    Thanks a ton Thanks very much for the quick reply. -- Chaitanya
  5. C

    Macro to open a web page

    Thanks a ton Thanks very much for the quick reply. -- Chaitanya
  6. C

    Need help to open a web page through Macro

    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()...
  7. C

    Macro to open a web page

    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...
Back
Top Bottom