I’ve created a macro that is executed with a button it creates a pdf and another ods file, but in the new ods created the buttons don’t work. Upon inspection I noticed that execute action is no longer present. I’m using:
ThisComponent.StoreToURL(saveDir & “.ods” , Array())
to save a new copy is there a better way to do this?