Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Macro or VBA-Copy All Sheets to Paste Values/Formats to new book

Status
Not open for further replies.

Scott02

Technical User
Joined
Jun 4, 2002
Messages
75
Location
US
I'm hoping someone has something that already works, or it's a simple thing to set up. I have a file with multiple tabs and a lot of sumif formulas that cause the pc to struggle. I need to send these reports (active sheets only) to other people, but want to send only values/formats. Is there a way to copy multiple sheets from one file, and paste values and formats to a new workbook with a single step? I appreciate your time!

 


hi,

Turn on your macro recorder and record

1) adding a new workbook

2) COPY the contents on ONE SHEET

3) Edit > Paste Special that ONE SHEET into a sheet in the new workbook.

4) Save the new workbook with the approciate name.

Turn off the macro recorder.

Post this question AND the macro you recorded in forum707 for a VBA solution.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top