By VBA, How to know User has selected one or several entire rows orthe than some cells
A Amolin Jul 23, 2004 #1 By VBA, How to know User has selected one or several entire rows orthe than some cells
D Debra Dalgleish Jul 24, 2004 #3 To check that at least one entire row is selected, you can count the columns in the selection Selection.Columns.Count = ActiveSheet.Columns.Count
To check that at least one entire row is selected, you can count the columns in the selection Selection.Columns.Count = ActiveSheet.Columns.Count