In Excel, where can I get examples for Macro's that pause for input, then continue?
P Patches Mar 28, 2007 #1 In Excel, where can I get examples for Macro's that pause for input, then continue?
G Gary''s Student Mar 28, 2007 #3 Sub demo() x = Application.InputBox("Give me input!!!", Type:=2) End Sub