If you want to pause for the purpose of manually manipulating data on the
worksheet, and then have the same macro resume, VBA will not support that
function. You will have to end the first sub, do your manipulation and then
start a second one. VBA provides the InputBox method and function that
allows you to insert data into the worksheet while the code is running as an
alternative to the Lotus {?}.
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.