Macro with interrupt for user input

V

Valerie

We have many downloads to reformat into our SAP upload format. I have a
column that contains "errors/omissions" that I would like the macro to
process down the column and when a cell is empty or wrong that it would pop
up a form or box that the user can input the correct information then the
macro would populate that cell and continue down the column. Is something
like this possible to do?

Thanks in advance for your help!
 
K

ker_01

Valerie-

Check the VBA help file for "InputBox Function" - it will do exactly what
you need, and you can use the prompt to provide any additional information
the user needs, such as the row or other contents from that row.

HTH,
Keith
 
V

Valerie

Thank you. It's taken me awhile to get it to work like I needed, but I
finally got it!
 

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

Top