Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am giving a lecture in excel. I want to write a macro that has the data I
want on the spreadsheet. I want the macro to enter the data in one cell and then wait for my prompt (enter) to go to the next cell. Any help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel VBA doesn't support that directly. There is no wait for entry
command. -- Regards, Tom Ogilvy "Bill" wrote in message ... I am giving a lecture in excel. I want to write a macro that has the data I want on the spreadsheet. I want the macro to enter the data in one cell and then wait for my prompt (enter) to go to the next cell. Any help |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How about using a MsgBox?
RBS "Bill" wrote in message ... I am giving a lecture in excel. I want to write a macro that has the data I want on the spreadsheet. I want the macro to enter the data in one cell and then wait for my prompt (enter) to go to the next cell. Any help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro prompt | Excel Discussion (Misc queries) | |||
Macro Prompt | Excel Discussion (Misc queries) | |||
Having a Macro Prompt Me For Input | Excel Worksheet Functions | |||
Macro that waits, then resumes after window is closed | Excel Programming | |||
Macro Prompt | Excel Programming |