View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Adnan Adnan is offline
external usenet poster
 
Posts: 59
Default How to transfer data from one workbook to another via VBA

I have a workbook called Transfer which is supposed to transfer data from one
workbook to another, (Book1 to Book2), these two workbooks are formatted the
same and have multiple sheets.

So were talking about three different workbooks, the one I need help on is
Transfer workbook which has a button to transfer Book1 to Book2 via some code
that goes copies data from Book 1 to 2.

I would really appreciate anyones help/tip or guidance as to what code I
should have or start with?

Thank you,
Adnan