Hey Everyone,
I am trying to use a custom sheet name in a range and cannot get it to work. Here is what I have:
In this example the sheet name is obviously "Add A Record". Any help would be greatly appreciated. Thanks!
I am trying to use a custom sheet name in a range and cannot get it to work. Here is what I have:
Code:
Range(Sheets("Add A Record") & "!" & Sheets("Add A Record").Cells(8, upperLeftC + columnC + 1).Address)