View Single Post
  #1 (permalink)  
Old 06-30-2007, 06:14 PM
Barzillai Barzillai is offline
Junior Member
 
Join Date: Jun 2007
Posts: 2
Default Return to cursor location

QUESTION: How do I create a macro that inserts clipboard text at the cursor location in an AOL mail-body window? I need the macro to insert text from the clipboard (signature text) at the cursor location at the start of running the macro which will change each time I run the macro.


BACKGROUND INFORMATION:

I do not know how to insert text in my clipboard (a mail signature) at the place where I left my cursor in an e-mail at the start of running the macro.

The macro I have created inserts the signature at cursor location where the signature was inserted when I created the macro, that was easy to do. But I need the macro to insert the signature at the cursor location at the start of running the macro which will change each time I run the macro. Thus, I need the macro to find the location of the cursor and then insert the clipboard. I think I can create a macro to insert a code and then find the code and then insert the text, but if there is a way for a macro to just begin at the cursor location in a window, that would be simpler.

Thanks for any suggestions.


Also thanks for the great technical help from Tethy experts.
Reply With Quote