View Single Post
 
Old 03-04-2021, 11:58 AM
trevorc trevorc is offline Windows 7 32bit Office 2013
Competent Performer
 
Join Date: Jan 2017
Posts: 174
trevorc will become famous soon enoughtrevorc will become famous soon enough
Default Change the Column reference 'S' to a range ??? Sheets("Customer").Range("S" & ActiveCell.Row) = Date

Still going with this, I have fixed most of my poor referencing but I'm stuck on this one.
How can I change the column reference 'S' to a named range, its part of a table.
I'd like to change this as if i add columns to the left, it throws off the references in other VBA code.


Sheets("Customers").Range("S" & ActiveCell.Row) = Date
Reply With Quote