#1   Report Post  
Posted to microsoft.public.excel.misc
Andrew McLeod
 
Posts: n/a
Default F9 Button Macro

Is it possible to make a button which acts as an alternative for pressing F9
to create new random variables?

If yes, how do I go about it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default F9 Button Macro

F9 recalculates.

You could add a button from the Forms toolbar to a worksheet.

Assign it this macro:

Option explicit
sub myRecalc()
application.calculate
end sub



Andrew McLeod wrote:

Is it possible to make a button which acts as an alternative for pressing F9
to create new random variables?

If yes, how do I go about it?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default F9 Button Macro

ToolswCustomizeCommandsTools

There are two buttons available.

Calculate Full.........calcs all sheets

Calculate Now.........same as F9 calcs sheet.

Drag to Toolbar.


Gord Dibben Excel MVP

On Wed, 23 Nov 2005 10:37:16 -0600, Dave Peterson
wrote:

F9 recalculates.

You could add a button from the Forms toolbar to a worksheet.

Assign it this macro:

Option explicit
sub myRecalc()
application.calculate
end sub



Andrew McLeod wrote:

Is it possible to make a button which acts as an alternative for pressing F9
to create new random variables?

If yes, how do I go about it?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Button not bring up Macro I created A.S. Excel Discussion (Misc queries) 1 July 22nd 05 10:21 PM
Assign a macro to Command Button Object dallin Excel Discussion (Misc queries) 2 July 13th 05 03:50 AM
Macro Button Maggie Excel Discussion (Misc queries) 3 June 28th 05 04:29 AM
Attaching a macro to a VB button on a form WildGlio Excel Worksheet Functions 2 March 25th 05 11:11 PM
Assigning a macro to a "button" Yvon Excel Discussion (Misc queries) 6 February 8th 05 10:58 PM


All times are GMT +1. The time now is 05:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"