G
Grind63
Anyone familiar with how to edit hyperlinks for multiple shapes by VBA. I
have a series of VSD files that have numerous shapes and pages. Due to soem
changes the code generated hyperlinks created for each shape in these files
is missing a prefix to ensure the file will open a link properly on our
website. For exmaple the current link for one shape is jump.htm?project=1,
and it needs to be revised to ../../../Test/jump.htm?project=1. The only
portion of the hyperlink that is common is the jump.htm, so I am looking for
a VBA code/macr I can run on each file or on a directory of files to revise
every hyperlink for every shape on every file. I have tried several things
with no louck. ANy help would be greatly appreciated. Thanks.
have a series of VSD files that have numerous shapes and pages. Due to soem
changes the code generated hyperlinks created for each shape in these files
is missing a prefix to ensure the file will open a link properly on our
website. For exmaple the current link for one shape is jump.htm?project=1,
and it needs to be revised to ../../../Test/jump.htm?project=1. The only
portion of the hyperlink that is common is the jump.htm, so I am looking for
a VBA code/macr I can run on each file or on a directory of files to revise
every hyperlink for every shape on every file. I have tried several things
with no louck. ANy help would be greatly appreciated. Thanks.