Author Topic: Sheet active (visible) in LibreOffice / OpenOffice  (Read 682 times)

0 Members and 1 Guest are viewing this topic.

FELIX

  • Bull Frog
  • Posts: 242
Sheet active (visible) in LibreOffice / OpenOffice
« 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?
OK.