Can I reference te text for the Hyperlink calls a macro?

E

Ed

I've used the Action Settings to set up a number of text links in a
presentation to call one macro - Macro5 in this case - for use in slideshow
mode.

Inside the macro, I want to reference the text of the calling link. I link
"Foo" to macro macro5 and "bar" to macro5. When I click Foo during the
slideshow, I want Macro5 to determine that "Foo" called it. Same for "Bar".
In real life, the link text will be file names and I'll do various things
with the files. For now, I can't figure out how to determine which link
called the macro.

Suggestions?

Thanks,
Ed
 
M

mross01

You may be able to go into the code and add a parameter to the method and
pass the procedure ID to it.
 

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