Thread
:
copy all rows before empty row
View Single Post
#
1
Posted to microsoft.public.excel.programming
Calle
external usenet poster
Posts: 70
copy all rows before empty row
Hi!
This macro works when I decide what cells to copy:
Set sourceRange = mybook.Worksheets(1).Rows("1:200")
But how do I write a macro that copies al the rows untill first empty row in
the sheet?
Reply With Quote
Calle
View Public Profile
Find all posts by Calle