macros

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

How can I write a macro that needs to wait for a user to input information
and then continue to finish the macro action
 
Just ask for it:

Sub FillMeIn()
x = Application.InputBox(Prompt:="give me some data", Type:=2)
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top