Return Cell(row_pos, col_pos)

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

Guest

Hi everybody

I am new for Excel macro, kindly tell which function can return the row number (y_pos) and the column number (x_pos)

Can answer be found in the Macro help

Thanks!
 
msgbox "row: " & activecell.row & vbNewline & _
"col: " & activeCell.column

--
Regards,
Tom Ogilvy

myBasic said:
Hi everybody,

I am new for Excel macro, kindly tell which function can return the row
number (y_pos) and the column number (x_pos).
 

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