Getting an Excel Worksheet Cell's Column Label
Gets the column label of a specific cell in a worksheet.
Syntax
Example
Given the following table:
A
B
C
1
Hero
Weapon
Companion
2
Knight
Sword
Dragon
3
Wizard
Staff
Familiar
This procedure would retrieve C
as the column label for cell C2
.
Last updated
Was this helpful?