Hey all, I'm stuck on an issue here.
I have a report macro that is run after importing data from a website.
When that report runs it creates multiple sheets, one of which is a formulas sheet.
The formula's that are in the sheet are referencing a second sheet in the same workbook.
Eg: Formula in sheet1; cell F2: =COUNTIF(Wireless!F:F,Wireless!F2)>1. references Sheet2; Cell F2.
If sheet2 is deleted then the formula in Sheet1 changes to: =COUNTIF(#REF!F:F,#REF!F2)>1.
Is there a way I can avoid this.
I have tried locking the cells and the sheet but the formula result does not update as a result of this.
Cheers
Bookmarks