Using a macro to insert text at current positition?

  • Thread starter Thread starter Cylindric
  • Start date Start date
C

Cylindric

I have been asked if it's possible to create an easy way of inserting a
greeting at a point in an email, for example a seasonal "kind regards and
Merry Christmas" sort of thing. This wouldn't be a signature because it may
not apply to all messages.

What I thought would be useful would be a macro that when clicked (from a
toolbar button for eg) would simply type in a string value, or better still
to take one of the saved signatures and insert it by name. (Such as
InsertSignature("AdditionalShort") or something)

Problem is, I'm not familiar with the Outlook VBA model.

TIA,

Mark
 

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

Back
Top