Hi,
I have a macro that uses multiple arrays and after use I have a reset button which clears these:
erase MyArray1 etc...
However in some cases not all arrays are initiated so when I attempt to erase those I get an error as they don't exist.
Is there a way, when erasing them to check if they...