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

Hi. Using the RANGE statement, is there a way to refer to a particular
column number instead of the column letter? For instance, RANGE("C4") points
to the third column and fourth row. In my application, I may not know the
column letter but I will know the column number (stored in a variable - "k").

Thanks,
Mike.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Referring to a column

Cells(row_num, column_num)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mike D." wrote in message
...
Hi. Using the RANGE statement, is there a way to refer to a particular
column number instead of the column letter? For instance, RANGE("C4")

points
to the third column and fourth row. In my application, I may not know the
column letter but I will know the column number (stored in a variable -

"k").

Thanks,
Mike.



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
Referring to a portion of a column LewisM Excel Discussion (Misc queries) 1 May 28th 10 12:13 AM
Referring to a list in one sheet to another column on a different jmamakes3 Excel Discussion (Misc queries) 0 July 31st 06 11:42 PM
Referring to a column Hru48 Excel Discussion (Misc queries) 1 January 31st 06 05:59 PM
Referring to a Range using Cells(Row,Column) system Rich J[_2_] Excel Programming 2 February 15th 05 11:33 PM
Referring to a column Helen Excel Programming 3 May 10th 04 02:40 PM


All times are GMT +1. The time now is 07:20 AM.

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

About Us

"It's about Microsoft Excel"