Hi!
I need to get Name of the Columns.
What is the property for it?
I can get a number but I need name
am using
lColumnCount = Sheets(i)..CurrentRegion.Columns.Count
It gives me 34 Columns and I need to find last column’s Name.
Is there way?
Thanks