AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,050
- Office Version
- 2019
- 2010
- Platform
- Windows
If a range is
Is it possible to get the name (Header) of the column anyhow ?
I tried ? MyRange(2).Name but no go.
Code:
Set MyRange = Application.Range("Sheet1!A2:G2")
I tried ? MyRange(2).Name but no go.