Thread
:
Using symbolic in Excel Macro
View Single Post
#
5
Posted to microsoft.public.excel.programming
Bob Hopson
external usenet poster
Posts: 11
Using symbolic in Excel Macro
Thanks for the suggestion. I'll give it a try.
Regards,
Bob
"okrob" wrote:
x = ActiveSheet.UsedRange.Cells(ActiveSheet.UsedRange. Cells.Count).Row
Range("BE1:BE" & x).Select
Reply With Quote
Bob Hopson
View Public Profile
Find all posts by Bob Hopson