creating, concatinating, cell addresses

  • Thread starter Thread starter Mal
  • Start date Start date
M

Mal

I have two cells. Both contain numbers, say x and y. How do I create a cell
address that uses one of the numbers as the column and the other as the row,
i.e cell:row x,column y
 
dim x as long
dim y as long

x = 1
y = 2
msgbox cells(x, y).value
 

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