OWC (Office 2000 version) - how to set sheet name?

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.
 
Top