S
Soapy
Hi:
I am trying to run a dinky little macro in Outlook 2007. I run it in Word
2007 with no problem, but get a run time error when I try to use it in
Outlook.
I copied it out of my Word macros and pasted it into Outlook
Here's the macro:
Sub Arial()
'
' Arial Macro
'
'
Selection.WholeStory
Selection.Font.Name = "Arial"
Selection.Font.Size = 12
End Sub
anyone have any suggestions as to how I can make this work in Outlook?
thanks.
(e-mail address removed)
I am trying to run a dinky little macro in Outlook 2007. I run it in Word
2007 with no problem, but get a run time error when I try to use it in
Outlook.
I copied it out of my Word macros and pasted it into Outlook
Here's the macro:
Sub Arial()
'
' Arial Macro
'
'
Selection.WholeStory
Selection.Font.Name = "Arial"
Selection.Font.Size = 12
End Sub
anyone have any suggestions as to how I can make this work in Outlook?
thanks.
(e-mail address removed)