Thread
:
How to determine the height of a Range as an Integer
View Single Post
#
2
Posted to microsoft.public.excel.programming
somethinglikeant
external usenet poster
Posts: 94
How to determine the height of a Range as an Integer
use expression.Address
this code prints the address of the current selection to the Immediate
window
Sub PrintAddress()
Debug.Print Selection.Address
End Sub
somethinglikeant
Reply With Quote
somethinglikeant
View Public Profile
Find all posts by somethinglikeant