geospatial
Active Member
- Joined
- Sep 2, 2008
- Messages
- 290
I have a dynamic range, but after running a macro I end up getting a #REF error. My dynamic range before the formula looks like this =offset(Master!$A$2,0,0,counta(Master!$A:$A),1), and then after the macro it is =offset(Master!#REF!,0,0,counta(Master!#REF),1). The macro ran fine with no problems, but not sure how to keep it from doing this every time.