Is there a row counter for highlited rows Excel 2003..?
R Rick Rothstein \(MVP - VB\) Mar 10, 2008 #2 Do you mean within a VBA macro or function? If yes, then this will tell you how many rows are in the selection... Selection.Rows.Count Rick
Do you mean within a VBA macro or function? If yes, then this will tell you how many rows are in the selection... Selection.Rows.Count Rick
R Rick Rothstein \(MVP - VB\) Mar 10, 2008 #3 While you are making the actual selection (before you release the left mouse button), the number of rows and columns is displayed in the Name Box (the one to the left of the formula bar)... is that what you are looking for? Rick
While you are making the actual selection (before you release the left mouse button), the number of rows and columns is displayed in the Name Box (the one to the left of the formula bar)... is that what you are looking for? Rick