Any help would be much appreciated.
Our predicament:
An excel workbook contains several worksheets. Most sheets contain data entry only.
Final sheet called HistoricalData has onactivate code so that final column is completed with date and array formulas when the worksheet is activated.
The formulas are copied and pasted as data only so as to remove formula from the sheet.
It works OK.
Problem comes when we try to delete a whole column in the middle of this recorded data. An application dialogue appears with the message:
The instruction at “0x3022dcb7” referenced memory at “0x000000010”. The memory could not be written.
etcetera.
Deleting the final column does not have the same effect.
Commenting out the whole vba code and deleting a whole column works fine with no errors.
Any suggestions anyone?
TIA
Alan
Cheshire UK