View Single Post
  #2  
Old November 6th 06, 09:16 PM posted to microsoft.public.outlook.program_vba
Colin Coady
external usenet poster
 
Posts: 13
Default Macro code for "F11" key

Got it after looking for awhile

Sub Spellcheck()
SendKeys "{F11}"
End Sub


"Colin Coady" wrote:

What would the macro code be to simulate pressing the "F11" key. I'm planning
on assiging the macro a tool bar button so I can click the button instead of
pressing the "F11" key.
Any help would be appreciated - thanks.

Ads