Hi,
I have another VBA problem that I was hoping someone might be able to help out with. Basically, I need to stop the macros that I've written mid-way and prompt the user to select the next cell that the macros is to continue from. I appreciate that I could just use Activecell.offset(...), but the position of the cell that I want it to offset to is not fixed i.e. its user specified. I've tried using a Msgbox, which does stop the macros, but won't let me click on the spreadsheet.
Any help/suggestions would be very much appreciated
Thanks in advance,
Lochnagar
I have another VBA problem that I was hoping someone might be able to help out with. Basically, I need to stop the macros that I've written mid-way and prompt the user to select the next cell that the macros is to continue from. I appreciate that I could just use Activecell.offset(...), but the position of the cell that I want it to offset to is not fixed i.e. its user specified. I've tried using a Msgbox, which does stop the macros, but won't let me click on the spreadsheet.
Any help/suggestions would be very much appreciated
Thanks in advance,
Lochnagar