Thread
:
Problem using Copy:=Destionation across different workbooks
View Single Post
#
1
Posted to microsoft.public.excel.programming
Simon[_2_]
external usenet poster
Posts: 89
Problem using Copy:=Destionation across different workbooks
What is wrong with
MyWBRBS.Range("I4").End(xlDown).Copy
Destination:=MyWBAccRep.Sheets("Volumes").Cells.Fi nd("latest").ActiveCell.Offset(7,
0)
Thanks
Reply With Quote
Simon[_2_]
View Public Profile
Find all posts by Simon[_2_]