Getting an Excel Worksheet Cell's Column Label

Gets the column label of a specific cell in a worksheet.

This procedure is part of the Excel Book. A newer version of the Book is available via the BDK (v2).

Syntax

get the cell's column label

Example

Given the following table:

A
B
C

1

Hero

Weapon

Companion

2

Knight

Sword

Dragon

3

Wizard

Staff

Familiar

get the cell's column label 

This procedure would retrieve C as the column label for cell C2.

Last updated

Was this helpful?