Thread
:
Selecting data to copy and paste
View Single Post
#
5
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Selecting data to copy and paste
Hi Black country boy,
If your workbook has previously been saved, change:
Set WB = Workbooks("Book1") '<<==== CHANGE
to
Set WB = Workbooks("Book1.xls") '<<==== CHANGE
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones