Works only on ActiveSheet
may be..
Code:With Sheet1 MsgBox .Range(.Cells(4, 5), .Cells(.Rows.Count, 5).End(3)).Address End With
Works only on ActiveSheet
may be..
Code:With Sheet1 MsgBox .Range(.Cells(4, 5), .Cells(.Rows.Count, 5).End(3)).Address End With
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Hi
Thanks to the suggestion, I thought the undocumented format I used: .Cells(.Rows.Count, 5).End(3)).Address
could create areas selection problems
Bookmarks