Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I write a marco, go to paricular cell like " range("A1").select "
it is work. But now I just know the row and column of the cell ( row 3, column 4), how can I use these information to write in marco to go to the cell. Another question is : If the row and column of the cell is variable, how to write in marco? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Cells(3,4).Select
or Cells(x, y).Select where x and y are your row and column variables "Wu" wrote: I write a marco, go to paricular cell like " range("A1").select " it is work. But now I just know the row and column of the cell ( row 3, column 4), how can I use these information to write in marco to go to the cell. Another question is : If the row and column of the cell is variable, how to write in marco? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
simple but very hard question | Excel Discussion (Misc queries) | |||
Easy question for you, but hard for me. | Excel Worksheet Functions | |||
Arrays Take too long. VERY HARD QUESTION. my head hurts : / | Excel Worksheet Functions | |||
Simple Simple Excel usage question | Excel Discussion (Misc queries) | |||
Simple but hard | Excel Worksheet Functions |