+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Macro pause button

Hybrid View

  1. #1
    Registered User
    Join Date
    02-09-2009
    Location
    Ashland, Oregon
    MS-Off Ver
    Excel 2007
    Posts
    1

    Macro pause button

    I want to record a macro and pause it for input. I do not have a pause button in Excel but it shows up in Word. I went to all commands in both apps and it does not exist in Excel but does in Word. I've done searches on how to pause in Excel and my results show there should be a pause button in this app. My IT dept says they cannot help me. Does anyone know if this button exists in Excel 2007 and where I might find it?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Macro pause button

    If you need to input data to the macro, then you can use the InputBox function, the Application.InputBox method, or a userform with data input fields.

    If you need to add data to a sheet, then you can show a modeless user form with the prompt and instructions.

    In order of ascending complexity to implement,

    1. InputBox function

    2. InputBox method

    3. Modeless userform with prompt

    4. Modal userform with data input fields
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Macro pause button

    I think you are confusing it's purpose. It's for pausing whilst you record the macro rather than pausing whilst a macro is running.

    Excel does not have a macro pause facility.
    Can you post a link where you found information to the contary?
    Cheers
    Andy
    www.andypope.info

+ 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