Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good Day,
This is not working; z = Application.WorksheetFunction.Row(ActiveCell) MsgBox z. How to find the row number of the ActiveCell by code? Thanks for any help. Brgds CG Rosén |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
CG,
Try Dim R As Long R = ActiveCell.Row -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "CG Rosén" wrote in message ... Good Day, This is not working; z = Application.WorksheetFunction.Row(ActiveCell) MsgBox z. How to find the row number of the ActiveCell by code? Thanks for any help. Brgds CG Rosén |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sat, 01 Nov 2003 10:45:46 GMT, "CG Rosén"
wrote: msgbox ActiveCell.Row Good Day, This is not working; z = Application.WorksheetFunction.Row(ActiveCell) MsgBox z. How to find the row number of the ActiveCell by code? --------------------------------------------------------- Hank Scorpio scorpionet who hates spam is at iprimus.com.au (You know what to do.) * Please keep all replies in this Newsgroup. Thanks! * |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
'find' somtimes can't find numbers. I folowd the 'help' instructi. | Excel Worksheet Functions | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) |