Copying worksheets

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

Hello,

I created a new workbook and I want to copy worksheets from several other
workbooks into it. How could this be done. Any help greatly appreciated. (I'm
doing this from an external VB6 program).



Jonathan
 
Open an other workbook, use the copy method to copy the sheet(s) to
the new workbook, close the other workbook without saving it.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Jonathan"
wrote in message
Hello,
I created a new workbook and I want to copy worksheets from several other
workbooks into it. How could this be done. Any help greatly appreciated. (I'm
doing this from an external VB6 program).
Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top