Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Help! What is the code to identify a row number? Example cell A5. What
code will return row 5? Thanks Paul |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("A5").Row
KL "Paul" wrote in message ... Help! What is the code to identify a row number? Example cell A5. What code will return row 5? Thanks Paul |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Paul,
Try: Range("A5").Row --- Regards, Norman "Paul" wrote in message ... Help! What is the code to identify a row number? Example cell A5. What code will return row 5? Thanks Paul |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identify Whole Number | Excel Discussion (Misc queries) | |||
VBA code to identify last row in a sheet | Excel Discussion (Misc queries) | |||
code to identify matching text | Excel Programming | |||
VBA Code to identify contents of a cell | Excel Programming | |||
VBA code or formula needed to identify certain records in a database | Excel Programming |