Not directly. You could loop round and delete all the others except, and the
SaveAs.
Application.DisplayAlerts = False
For Each sh In Activeworkbook
If sh.name < "mySheet" Then
sh.Delete
End If
Next Sh
Application.DisplayAlerts = True
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
"dreamer " wrote in message
...
Is there a way to save just one worksheet as a new workbook?
---
Message posted from http://www.ExcelForum.com/