TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: FELIX on June 13, 2022, 11:47:04 AM

Title: Sheet active (visible) in LibreOffice / OpenOffice
Post by: FELIX on June 13, 2022, 11:47:04 AM
I have an ODS saved with tab 0 active.
Do I have a command in VB.NET that makes another tab active (visible)?
How is this command in AutoLisp?

Code: [Select]
oDoc.CurrentController.setActiveSheet(oSheet0)
ok?