Insert Text via Macro in Outlook 2007

D

dd

I have written the below vb macro (modified here for privacy and it works in
Word) and would like to use it to insert a signature within the Outlook New
Appointment area. It have added the developer stuff and macro button to the
New Appt Toolbar but I get an error every time (runtime error 424). Can you
help?

Sub CalendarSignature()
'
' CalendarSignature Macro
' Inserts signature, title and phone number.
'

Application.ActiveExplorer.Activate
Selection.TypeText Text:="Ms. Name"
Selection.TypeParagraph
Selection.TypeText Text:="title"
Selection.TypeParagraph
Selection.TypeText Text:="phone number"
End Sub
 
D

dd

My work computer does not allow me to browse to turtleflock...I will attempt
this at home. Thank you.
 

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

Top