View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default save worksheet as new workbook

But that is still not directly

Bob

"srgggf" <jbkjkbjn wrote in message
...

"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