View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default sendkeys statement

Hi
have a look at the VBA help for Sendkeys:
SendKeys "%{F9}", True

--
Regards
Frank Kabel
Frankfurt, Germany

"Matt M" schrieb im Newsbeitrag
...
I am very new to VBA.

I want the user to be able to click a command button to
execute what could be done by manually entering "ALT F9".

Any help would be great,
Thanks
Matt M