Set security for ScriptForge.Dictionary service
Posted: Thu Jan 30, 2025 3:24 pm
I have set the security for macro as below:
https://i.sstatic.net/yepg50w0.png
Execute according to the webpage https://help.libreoffice.org/latest/en- ... bPAR=BASIC
https://i.sstatic.net/trazJWey.png
How can fix it?
https://i.sstatic.net/yepg50w0.png
Execute according to the webpage https://help.libreoffice.org/latest/en- ... bPAR=BASIC
Code: Select all
GlobalScope.BasicLibraries.loadLibrary("ScriptForge")
Dim myDict As Variant
myDict = CreateScriptService("Dictionary")
How can fix it?