I have a problem in VBA where I store a cell address as a range contained in a global variable. Problem is, any error and it stops working as it loses the variable. I’m trying to catch as many errors as I can, but I’d prefer to store the range in a cell if possible.
Does anyone have any suggestions?
Thanks
James
I think something like this is what you are looking for, the
Addressproperty ofRangereturns the string of theRangeEdit: have ammended to show the name of the
Worksheet