Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I was looking for the code that would allow me to select a cell base on the row and column number. e.g in my code I want to select A5. I have the column no = 1 and ro number =5 but how do I select A5 ? Thanks Bria -- wardide ----------------------------------------------------------------------- wardides's Profile: http://www.excelforum.com/member.php...fo&userid=1502 View this thread: http://www.excelforum.com/showthread.php?threadid=26638 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
cells(5,1).select -- Regards Frank Kabel Frankfurt, Germany "wardides" schrieb im Newsbeitrag ... Hi, I was looking for the code that would allow me to select a cell based on the row and column number. e.g in my code I want to select A5. I have the column no = 1 and row number =5 but how do I select A5 ? Thanks Brian -- wardides --------------------------------------------------------------------- --- wardides's Profile: http://www.excelforum.com/member.php...o&userid=15022 View this thread: http://www.excelforum.com/showthread...hreadid=266384 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA: Column Select then Data Select then return to cell A1 | Excel Discussion (Misc queries) | |||
how do I select every third cell in a row in excel? | Excel Discussion (Misc queries) | |||
Select the first cell of the last row in a range - Excel 2003 | New Users to Excel | |||
Using formulas to select cells (Ex: Select every nth cell in a col | Excel Discussion (Misc queries) | |||
Unable to select an Excel cell | Excel Worksheet Functions |