How save a string of letters as a macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have numerous applications in which the same text is to be inserted into
some form or another such as email or bank, etc.

I would like to create a macro which I could call up with an 'F' key which
would insert that text into the selected box.

Can that be done?
Thanks
 
If you really do need the same text in various programs, try
AutoHotKey (www.autohotkey.com).

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
Alan said:
I have numerous applications in which the same text is to be inserted into
some form or another such as email or bank, etc.

I would like to create a macro which I could call up with an 'F' key which
would insert that text into the selected box.

Can that be done?
Thanks

I think you have given me the information that I needed. The application
is not necessarrily within "Word" since I wish to use the string to simplify
signing in to various sites which require, for example, my email address or
other oft repeated information.

Thanks to both of you
Alan
 
Back
Top