Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Converting column letters to numbers

For those seeking a way to convert Excel column letters to numbers, I
offer the below poperty because it may be the answer you're looking for
and does not involve reproducing functionality which may already
exists:

It's called the "Range" property (referred to as poperty although its
behavior brings the notion of object to mind).

It receives cell references as inputs vs. row/column index numbers and
thus you can access info regarding a cell or range of cells without
first converting column letters to numbers, such as:

Range("A1").Text

See the "Referring to Cells and Ranges by Using A1 Notation" topic
under Excel's Microsoft Visual Basic Help for more information
regarding it.

S. R. Harris

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting text to cell reference and column letters to numbers -please help Jason Lang Excel Worksheet Functions 6 March 6th 08 06:18 PM
Converting letters to numbers Teacher Excel Worksheet Functions 2 June 8th 06 12:00 PM
How can I change column numbers back to column letters? Space Elf Excel Worksheet Functions 3 March 2nd 06 09:35 PM
converting letters to numbers trav Excel Discussion (Misc queries) 9 February 20th 06 10:36 PM
Converting numbers to column letters Hawk Excel Programming 4 April 23rd 04 06:37 PM


All times are GMT +1. The time now is 01:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"