Translations:Macros/Python Guide/Calc/Calc sheets/21/es
Jump to navigation
Jump to search
sheet = doc.Sheets[0]
msgbox(sheet.Name)
sheet.Name = 'OtherName'
msgbox(sheet.Name)