RaunLGoode
Registered User.
- Local time
- Today, 07:04
- Joined
- Feb 18, 2004
- Messages
- 122
I have a worksheet and column "C" is "Sales". Because people may add/delete additional columns or otherwise move this column around in the worksheet I want to define the "Sales" column as a range. Hopefully I won't have to adjust the code if the column position changes.
Once I do this how would I reference a specific cell using the Range name as a column designation? ( ie insted od [Range("C21".Select)] I would use[Range("Sales" & 21).Select] This returns an error, What would the proper syntax be?
I must be tired, because I should know this
Once I do this how would I reference a specific cell using the Range name as a column designation? ( ie insted od [Range("C21".Select)] I would use[Range("Sales" & 21).Select] This returns an error, What would the proper syntax be?
I must be tired, because I should know this