|
|
Q: How do I include hyper link to my text macro?
A: Since the macro text is plain text there is no way to insert hyper link to the macro text directly.
However, it is possible to create a clipboard macro (using "Add Clipboard Macro" button) that basicaly
can contain the same data that can be put to clipboard. This means that clipboard macro can contain
any data that can be copied to clipboard in Word, Excel and other programs. Now there are two options
how to have a text macro with hyper links:
1) If the text macros is simple then the easiest way is to just copy whole the text with hyper links (the text the macro should conist of)
in the Word or other program into clipboard and then click "Add Clipboard Macro". This will simply create a macro from the clipboard content. Every time such macro is run it will copy data to clipboard and "paste" them to the target application.
2) If the text macro is more complex and contains also some commands ("wait", "if", etc.) then it is necessary to
split the macro to more macros and create clipboard macros from the parts that contain hyper links. Those clipboard macros can be
then called from the original macro using <run> command. |
IP Logged
|