Hi,
I got a problem related to ranges. In a worksheet I select a range AB9 to AB50 and then name it as range1. When I delete or insert rows in the sheet I find the definition of range changes eg. from AB9 to AB 20 if I delete 30 rows. Same happens if i insert rows, the definition of range changes.
This happens during VBA script run where code for insertion/deletion are embedded.
How can I avoid change of range definition.
I got a problem related to ranges. In a worksheet I select a range AB9 to AB50 and then name it as range1. When I delete or insert rows in the sheet I find the definition of range changes eg. from AB9 to AB 20 if I delete 30 rows. Same happens if i insert rows, the definition of range changes.
This happens during VBA script run where code for insertion/deletion are embedded.
How can I avoid change of range definition.