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.
|