Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() if I have the column number as variable x and the row as variable y how can I select a cell in column x line y? I thought : range (x & y).select but it doesn't work Thanks -- michal ------------------------------------------------------------------------ michal's Profile: http://www.excelforum.com/member.php...o&userid=24404 View this thread: http://www.excelforum.com/showthread...hreadid=380193 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Cells(2, 3).Select selects 2nd row and 3rd column -- anilsolipuram ------------------------------------------------------------------------ anilsolipuram's Profile: http://www.excelforum.com/member.php...o&userid=16271 View this thread: http://www.excelforum.com/showthread...hreadid=380193 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Michal
Cells(row, column).Select Cells(y, x).Select Regards Trevor "michal" wrote in message ... if I have the column number as variable x and the row as variable y how can I select a cell in column x line y? I thought : range (x & y).select but it doesn't work Thanks -- michal ------------------------------------------------------------------------ michal's Profile: http://www.excelforum.com/member.php...o&userid=24404 View this thread: http://www.excelforum.com/showthread...hreadid=380193 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Range in single Cell | Excel Discussion (Misc queries) | |||
Refer to a Single cell in a name range | Excel Worksheet Functions | |||
Range of numbers in a single cell | Excel Discussion (Misc queries) | |||
looking for range of text in a single cell | Excel Discussion (Misc queries) | |||
Range.Find returns cell outside of range when range set to single cell | Excel Programming |