Visio2003: objWebPageSettings.TargetPath

S

Sven Weindel

Hi all,

with the command

objWebPageSettings.TargetPath = "<path>\<filename>"

I determine a full target path for the convert files.
(example: objWebPageSettings.TargetPath = "\\abcd\xxx.htm" )

How can I get (read?) out the current visio filename (xxx) and provide it to
the TargetPath command?


Thanks in advance & Regards,
Sven
 
J

junethesecond

After saving,
Debug.Print objWebPageSettings.TargetPath .
Before saving,
Debug.Print ThisDocument.FullName,
the tail should be changed to htm from vsd .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top