P
Phil H
I am highlighting rows beyond what I see on screen. Can someone give me a
macro that counts the number of highlighted rows.
macro that counts the number of highlighted rows.
Luke M said:Sub HowMany()
MsgBox Selection.Rows.Count
End Sub
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
MsgBox Intersect(Selection.EntireRow, Columns(1)).Count