How do I pause a macro in Excel 2003 for input of a data variable and then
restart running the remainder of the macro
How do I pause a macro in Excel 2003 for input of a data variable and then
restart running the remainder of the macro
Have you tried InputBox()?
Google is your best friend!
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks