Referring to a column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Cells(row_num, column_num)

--

HTH

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top