Thanks for the responses.
Roy,
All I'm trying to figure out is if there is a way that I can reference cells in my code so that every time I add a row that causes references to shift I don't have to adjust all my code.
Using the example from earlier:
Before:
In this code I have made several references to specific cells and rows. If I were to add a row to the sheet at the very top I get the following error:
"Type mismatch"
Then I need to change my code to reflect the following:
After:
I have to go back through all my code and make changes to the references and increase them by one to accomodate the added row.
I'm wondering if there is a way to code to get around this manual process of having to adjust all references.
Bookmarks