C
Chris Watts
I have written a number of vba macros to check data, in bulk, entered into
an Excel 2007 spreadsheet. Typically each one will come up with several
errors and report them using a MsgBox. I would like to interupt the macro
as each error is detected (ideally with the MsgBox still on screen), allow
the user to correct it and then continue. The changes that the macros
report may be in the same or a different sheet or workbook so the user must
be able to navigate around them before continuing the macro. For example a
data code could have been mistyped or a new entry might need adding to the
master list - the user must decide.
Any suggestions as to how to achieve this would be welcom.
TIA
Chris
an Excel 2007 spreadsheet. Typically each one will come up with several
errors and report them using a MsgBox. I would like to interupt the macro
as each error is detected (ideally with the MsgBox still on screen), allow
the user to correct it and then continue. The changes that the macros
report may be in the same or a different sheet or workbook so the user must
be able to navigate around them before continuing the macro. For example a
data code could have been mistyped or a new entry might need adding to the
master list - the user must decide.
Any suggestions as to how to achieve this would be welcom.
TIA
Chris