S
StargateFanFromWork
I have "instruction macros", as I call them. I call these macros from a
button on a special toolbar and a new doct comes up which the macro
populates with instructional text, etc. These macros are saved to
normal.dot. One macro in particular I have one that types up several email
addresses with "mailto" code. This whole technique works extremely well.
All these buttons represent templates I've been able to delete since I began
using this technique.
However, I have one problem with this particular macro - "mailto" links
typed up in this way via the macro makes for simple text. The email
addresses do not come out as links, as they are when we manually type them
up. When one does this manually, the moment we press the space bar or hit
enter, the text turns into a link and turns blue and becomes underlined.
Neither adding a space or an extra enter code to the macro do that here,
which actually didn't surprise me. But perhaps there is code we can add to
the end of the macro to make these links active? Wondering if something
existed to make these links work.
Thanks!
****************************************************
Here is an example of a line that types up an email address:
Selection.TypeText Text:="First Name Surname Karen Levesque -
mailto:email (e-mail address removed)"
Selection.TypeParagraph
****************************************************
button on a special toolbar and a new doct comes up which the macro
populates with instructional text, etc. These macros are saved to
normal.dot. One macro in particular I have one that types up several email
addresses with "mailto" code. This whole technique works extremely well.
All these buttons represent templates I've been able to delete since I began
using this technique.
However, I have one problem with this particular macro - "mailto" links
typed up in this way via the macro makes for simple text. The email
addresses do not come out as links, as they are when we manually type them
up. When one does this manually, the moment we press the space bar or hit
enter, the text turns into a link and turns blue and becomes underlined.
Neither adding a space or an extra enter code to the macro do that here,
which actually didn't surprise me. But perhaps there is code we can add to
the end of the macro to make these links active? Wondering if something
existed to make these links work.
Thanks!
****************************************************
Here is an example of a line that types up an email address:
Selection.TypeText Text:="First Name Surname Karen Levesque -
mailto:email (e-mail address removed)"
Selection.TypeParagraph
****************************************************