I have the following worksheet change code. My question to the forum is what is the best practice for identifying target range? The below code runs on a worksheet that has 12K lines and growing. To manage this code most efficiently as it grows and changes, is it best to use named ranges for the target range or simply identifying the ranges (ie rngcheck)? I am open to changing code if necessary. It may be that there is no significant advantage either way. I am still learning VBA and would appreciate any advice. Thanks in advance.
Bookmarks