K
Ken Snell
Assuming that xlApp is the object for your EXCEL application and that
xlWBook is the object for your workbook:
xlApp.xlWBook("OriginalSheetName").Name = "NewNameForSheet"
xlWBook is the object for your workbook:
xlApp.xlWBook("OriginalSheetName").Name = "NewNameForSheet"