G
Guest
How can I determine if the Application.Selection is a Range type object?
Is there a way test way to test like this:
If Application.Selection Is Range Then
'Then do some thing with the range.
End If
Is there a way test way to test like this:
If Application.Selection Is Range Then
'Then do some thing with the range.
End If