Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me how I can find out the row number of the current active
cell, something like x = activecell.currentRowNum ? Thanks Brian |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Brian,
x = ActiveCell.Row I believe. Geof. -----Original Message----- Can anyone tell me how I can find out the row number of the current active cell, something like x = activecell.currentRowNum ? Thanks Brian . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks, works great
"Geof" wrote in message ... Brian, x = ActiveCell.Row I believe. Geof. -----Original Message----- Can anyone tell me how I can find out the row number of the current active cell, something like x = activecell.currentRowNum ? Thanks Brian . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sorry may i ask ? Where i have to run this : x = ActiveCell.Row pls, Explain to me because i am new in VBA ![]() SAMI -- Sambusa ------------------------------------------------------------------------ Sambusa's Profile: http://www.excelforum.com/member.php...o&userid=14960 View this thread: http://www.excelforum.com/showthread...hreadid=266823 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This kind of code is entered in the VBE--where developers write code.
You may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Sambusa wrote: Sorry may i ask ? Where i have to run this : x = ActiveCell.Row pls, Explain to me because i am new in VBA ![]() SAMI -- Sambusa ------------------------------------------------------------------------ Sambusa's Profile: http://www.excelforum.com/member.php...o&userid=14960 View this thread: http://www.excelforum.com/showthread...hreadid=266823 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Current year and current week number | Excel Discussion (Misc queries) | |||
return the current row number for use in a formula | Excel Discussion (Misc queries) | |||
How to tell the number of current open workbooks... | Excel Worksheet Functions | |||
How can I get current cell row number | Excel Discussion (Misc queries) | |||
Return number of current sheet | Excel Worksheet Functions |