Link to home
Start Free TrialLog in
Avatar of sunilramu
sunilramu

asked on

Saving visio file as a webpage

I am looking for VBA code for saving a visio file with multiple pages into a web page.

thanks
sunil
Avatar of sunilramu
sunilramu

ASKER

i forgot to mention that my visio file might have multiple pages in it.

thanks
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
One additional thought regarding my previous posting --

You may already know this if you've played with this function manually, but Visio creates two things when you use Save as Web Page: 1) an index file and 2) a subdirectory that contains all of the pages from your drawing, image files, javascript files, XML files and various other widgets. Using the code snippet from my previous posting:

The index file will be called "Sample Drawing.htm"

The subdirectory will be called "Sample Drawing_files"
thanks scott,

how do i incorporate this into my vb application (not VBA). thanks
Not sure I can help you with VB -- you asked for VBA code and that's what I gave you!
Forced accept.

Computer101
EE Admin