Row or column number

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

Guest

Is there any way to utilize a row or column number as a function parameter in
Excel? I like to extract 64 HEX numbers from 64 consecutive rows in a column
and concatenate them as a single string. Thanks in advance.
 
Soonh,

I'm not sure if this is what you're asking, but you can use "activecell.row"
or "activecell.column" to get the current row and column. The same thing
works for any specified range.

Eric
 

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