+ Reply to Thread
Results 1 to 3 of 3

PAUSE EXCEL MACRO FOR INPUT OF DATA VARIABLE

  1. #1
    lynne b
    Guest

    PAUSE EXCEL MACRO FOR INPUT OF DATA VARIABLE

    How do I pause a macro in Excel 2003 for input of a data variable and then
    restart running the remainder of the macro

  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    Have you tried InputBox()?
    Google is your best friend!

  3. #3
    Dave Peterson
    Guest

    Re: PAUSE EXCEL MACRO FOR INPUT OF DATA VARIABLE

    Maybe you can use Inputbox() to get what you want.

    dim myStr as string
    'your code that does something
    mystr = inputbox(Prompt:="please type something")
    msgbox "Hey, you typed: " & mystr
    'your code that does more.

    lynne b wrote:
    >
    > How do I pause a macro in Excel 2003 for input of a data variable and then
    > restart running the remainder of the macro


    --

    Dave Peterson

+ 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