Home
Name Modified Size InfoDownloads / Week
README.txt 2017-02-02 528 Bytes
column.exe 2017-02-02 16.2 MB
main.cpp 2017-02-02 1.0 kB
COPYING.txt 2017-02-02 35.1 kB
COPYING.LESSER.txt 2017-02-02 7.7 kB
column.ui 2017-02-02 2.5 kB
column.pro 2017-02-02 1.0 kB
column.ico 2017-02-02 33.0 kB
column.h 2017-02-02 484 Bytes
column.cpp 2017-02-02 2.8 kB
Totals: 10 Items   16.3 MB 1
This is a simple program for Excel® VBA programmers.
It provides a quick column name/number conversion.
For instance, if you want to use a Cells(row, column)
reference, you need to know the column number.
Type the column name (for instance "CN") in the Input box.
Output will display the column number (92).

Conversely, if you are working on your code and want to
know what column it refers to in the spreadsheet, type
the column number in the Input box (for instance 456).
Output will display the column name ("QN").
Source: README.txt, updated 2017-02-02