Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- Mal |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim x as long
dim y as long x = 1 y = 2 msgbox cells(x, y).value -- HTH... Jim Thomlinson "Mal" wrote: 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 -- Mal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating emailing list from column of addresses | Excel Discussion (Misc queries) | |||
Concatinating text plus cell containing date | Excel Worksheet Functions | |||
Inserting VLookup using VBA - Problems concatinating contents of cell & variable | Excel Programming | |||
Creating an Excel sheet with Addresses using a Macro | Excel Programming | |||
Concatinating cells | Excel Programming |