Link to home
Start Free TrialLog in
Avatar of brothertruffle880
brothertruffle880Flag for United States of America

asked on

Visio 2013 - VBA question - Double-click a shape and open browser/download a file

When I double-click a shape I would like to have a browser open up and hit a particular web page.
What is the code to do this?

When I double-click a shape I would like to have a browser open up and download a particular file.
What is the code to download a file which is located at: http://www.site.com/stuff.pdf
Avatar of Rgonzo1971
Rgonzo1971

Hi,

to run a macro when dbl-clicking a shape

refer to http://msdn.microsoft.com/en-us/library/office/ff765424(v=office.15).aspx

EDIT
to download a file from an URL pls try

https://www.experts-exchange.com/questions/26287511/VBA-Retrieve-file-from-url.html

Regards
ASKER CERTIFIED SOLUTION
Avatar of Scott Helmers
Scott Helmers
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brothertruffle880

ASKER

Scott:
I love you!  That was the answer I was looking for!!!!  That shapesheet tweak is what I needed!


bt