sendkeys statement

  • Thread starter Thread starter Matt M
  • Start date Start date
M

Matt M

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
 
Hi
have a look at the VBA help for Sendkeys:
SendKeys "%{F9}", True
 
Hey Frank,
I am not exactly sure how to enter this into VBA and what
code to surround it with. Am I a lost cause?
Thanks,
Matt
 

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

Back
Top