Thread
:
Waiting for Input in a macro
View Single Post
#
2
Posted to microsoft.public.excel.misc
Mark Lincoln
Posts: n/a
Waiting for Input in a macro
Call up an InputBox to get the needed value. Put that value back into
cell E1 if needed. Look up "inputbox" in VBA Help for more information.
Reply With Quote