Thread
:
Top left cell in used range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Dave Peterson[_3_]
external usenet poster
Posts: 2,824
Top left cell in used range
MsgBox ActiveSheet.UsedRange.Cells(1).Address
is one way.
Chris Gorham wrote:
Hi,
can somebody tell me how to find the address of the top
left cell for the used range on a worksheet..??
Sorry, I know this is trivial...
Chris
--
Dave Peterson
Reply With Quote
Dave Peterson[_3_]
View Public Profile
Find all posts by Dave Peterson[_3_]