+ Reply to Thread
Results 1 to 3 of 3

F9 Button Macro

  1. #1
    Andrew McLeod
    Guest

    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. #2
    Dave Peterson
    Guest

    Re: 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. #3
    Gord Dibben
    Guest

    Re: F9 Button Macro

    Toolsw>Customize>Commands>Tools

    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 <[email protected]>
    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1