S
Sven Weindel
Hi @all,
my problem is that I want set a 'dynamic' target path (not a static absolute
path for every visio file) for this command in my macro:
objWebPageSettings.TargetPath = "\\xxx\yyy\zzz.htm"
I think one choice is
1. To find out the 'real' current visio file name (zzz.vsd) in the visio
file and set it to an variable
2. Then set this file to a variable ($targetpath) with the 'htm
extension' (zzz.htm)
3. Finally set this variable to the 'target path field'
(objWebPageSettings.TargetPath = "$targetpath")
Has anybody the same problem or can help me to find out the suitable
commands?
Thanks in advance & regards,
Sven
my problem is that I want set a 'dynamic' target path (not a static absolute
path for every visio file) for this command in my macro:
objWebPageSettings.TargetPath = "\\xxx\yyy\zzz.htm"
I think one choice is
1. To find out the 'real' current visio file name (zzz.vsd) in the visio
file and set it to an variable
2. Then set this file to a variable ($targetpath) with the 'htm
extension' (zzz.htm)
3. Finally set this variable to the 'target path field'
(objWebPageSettings.TargetPath = "$targetpath")
Has anybody the same problem or can help me to find out the suitable
commands?
Thanks in advance & regards,
Sven