Copying "ThisWorkbook" objects

  • Thread starter Thread starter rpgun
  • Start date Start date
R

rpgun

Confused newbie question...

I have several tabs in a workbook. I want to copy only the "template
tab to a new workbook and have the new workbook reflect the sam
workbook attributes (code) as the old. Can I do this?

I really appreciate any help you could provide.

Thanks,
Bo
 
This will take the worksheet code across, but not code in a standard code
module

Sheets("Sheet1").Copy
 

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