View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darryl Darryl is offline
external usenet poster
 
Posts: 1
Default Return All Sheets to Cell A1 before save

Hi

I have a workbook which comprises 11 worksheets. Before saving the workbook,
I would like to return all sheets to cell A1 except for two worksheets - one
called "Database-address" and the other "Database - Name" which asre to be
returned to cells A4 and A6 respectively.

How can I do this with vba code.

Thanks

Darryl