Hello, how can i show the 'edit-cellstyle-dialog' for a existing cellstyle by basic-code? (in calc)
When i use the macro-recorder i get: '... dispatcher.executeDispatch(document, ".uno:EditStyle", "", 0, Array()) '... and my hope was: '... dim args1(0) as new com.sun.star.beans.PropertyValue args1(0).Name = "Name" args1(0).Value = "name_of_my_existing_cellstyle" dispatcher.executeDispatch(document, ".uno:EditStyle", "", 0, args1()) '... but that does not work. greetings, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
