Hello All,
I am trying to come up with a way for my macro to stop if there are any #N/As after a vlookup so that the user can edit the sheet referenced in the vlookup so that there will ultimately not be any #N/As returned.
In researching the only way I see to do that is by using a form, which I am a novice at.
I set up a very simple userform that I have pop up if there are any N/As with stops the script but does not allow for any editing while the userform is there. I tried changing the modal to false which allowed editing but did not stop the macro from running.
Does anyone have any ideas of a way of stopping the macro while the user edits and then clicks on the userform to continue the macro?
I am trying to come up with a way for my macro to stop if there are any #N/As after a vlookup so that the user can edit the sheet referenced in the vlookup so that there will ultimately not be any #N/As returned.
In researching the only way I see to do that is by using a form, which I am a novice at.
I set up a very simple userform that I have pop up if there are any N/As with stops the script but does not allow for any editing while the userform is there. I tried changing the modal to false which allowed editing but did not stop the macro from running.
Does anyone have any ideas of a way of stopping the macro while the user edits and then clicks on the userform to continue the macro?