Hello,
On LibreOffice 3.6.2.2 on Linux Mint 14, I try to use
Dim oActiveSheet As Variant
oActiveSheet = ThisComponent.getCurrentController().getActiveSheet()
But when I launch it, the compiler says me that he can find the methode or property getActiveSheet.
How can I correct this?
Thank you