Select all sheets and copy
Dave's solution is much more elegant than my long winded solution.
If you are trying to copy all sheets into a new workbook, then I think
Don's earlier question is valid. Why not do a save as?
Workbooks("MyWorkbook").SaveAs "C:\Temp\MySpecialWorkbook.xls"
|