View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
srgggf srgggf is offline
external usenet poster
 
Posts: 2
Default save worksheet as new workbook


"Bob Phillips" wrote in message
...
Not directly. You could loop round and delete all the others except, and

the
SaveAs.


Activesheet.copy would appear a pretty direct means of generating a new
workbook containing (only) the desired sheet.

---
Regards
Norman