Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Button not bring up Macro I created | Excel Discussion (Misc queries) | |||
Assign a macro to Command Button Object | Excel Discussion (Misc queries) | |||
Macro Button | Excel Discussion (Misc queries) | |||
Attaching a macro to a VB button on a form | Excel Worksheet Functions | |||
Assigning a macro to a "button" | Excel Discussion (Misc queries) |