Thread
:
copy and paste table in another existing worksheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
BrianB
external usenet poster
Posts: 1
copy and paste table in another existing worksheet
Dim LastCell As Range
Set LastCell = Worksheets("Sheet2").Range("A1").End(xlDown)
Worksheets("Sheet1").Range("A1:Z100").Copy Destination:=LastCel
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
BrianB
View Public Profile
Find all posts by BrianB