View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] pete.bastin@btopenworld.com is offline
external usenet poster
 
Posts: 3
Default Copy Worksheet to a new Workbook creating if it doesn't exist and add more Worksheets if it does exist

Help Please with VBA

I would like to copy a worksheet from an active workbook creating a new
workbook if it does not exist. If it exists just to add the worksheet
to it. Also need it to overwrite a sheet with the same name.

I am using code to save the sheet by cell references and can get as far
as saving to a new workbook, but cannot get to add a sheet, only to
overwrite the file.

Sounded so simply when i started!! All help greatly appreciated.

Regards and Thanks


Peter