assign workbook name and workbook builtinProperties

S

Steven

Hi,
I am using C# and PIA 2003 to create an Excel application.

1. how to assign workbook name? seems it's readonly and
can't do it with wb.Name = "my workbook" or wb.SaveAs
FileName:="my workbook.xls" in VBA

2. how can I work with workbook BuiltinProperties, for
instance: company info, category info and version info?

Thanks a lot!
Steven
 
Top