Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
In Excel, where can I get examples for Macro's that pause for input, then
continue? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
For your homework look in the vba help index for
INPUTBOX and MSGBOX -- Don Guillett SalesAid Software "Patches" wrote in message ... In Excel, where can I get examples for Macro's that pause for input, then continue? |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Sub demo()
x = Application.InputBox("Give me input!!!", Type:=2) End Sub -- Gary''s Student gsnu200712 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way of pausing a macro | Excel Discussion (Misc queries) | |||
Pausing a Macro | Excel Discussion (Misc queries) | |||
Spreadsheet pausing,calculating cells,up2 100%,each input,why? | Excel Discussion (Misc queries) | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) |