View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default newbie question workbook using c#

A never saved default book1 would not be Read Only. However you can only
change the name of a workbook when you save it, Saveas ..

Regards,
Peter T

wrote in message
...
Hi All,
I am trying to set workbook name from it's default book1 so the

user does not have to type
the filename when it comes to saving the spreadsheet. I am using c#, but I

can't change the workbook
name because it's Read Only.

Any help will be appreicated.

Thank You.