L
lanem
How can I rename the ActiveSheet in a spreadsheet using OWC (2000 version)?
I have done this with no problem in OWC11 (2003 version) like this:
Dim xl as new SpreadSheet
xl.ActiveSheet.Name = "TestSheet"
Thanks.
I have done this with no problem in OWC11 (2003 version) like this:
Dim xl as new SpreadSheet
xl.ActiveSheet.Name = "TestSheet"
Thanks.