Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -----Original Message----- 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 . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Matt
if you only want the application to re-calculate you may use the following macro sub calc() application.calculate end sub and assign this to a button. Also have a look at http://www.mvps.org/dmcritchie/excel/getstarted.htm for getting started with macros -- Regards Frank Kabel Frankfurt, Germany "Matt M" schrieb im Newsbeitrag ... 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 -----Original Message----- 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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does sendkeys seem to loop | Excel Programming | |||
How Can I Use SendKeys in MAC EXCEL? | Excel Programming | |||
Sendkeys | Excel Programming | |||
SendKeys | Excel Programming | |||
sendkeys | Excel Programming |