I have a VBA which Copy Data from File 1 to File 2
In File2, where I am working, in Range A1:C100
I have a Formula which use this range, like Index(A1:C100,...)
When I clean A1:C100 for a new Copy , I am loosing the reference in Index...A1:C100 became #ref!
How to solve this ?
Bookmarks