Vincenzo Giuliano wrote: > Hi ALL, > I have a question for YOU. > Can I catch macro execution when user run it on an office document? > I work in Java. How can I do it?
I assume that you mean: how can I intercept the macro execution by being called immediately before the macro is going to be executed? There are several ways to execute macros (from a button, via "run macro", from the basci IDE, from the command line, via API...). Not all of them allow to intercept the macro call, so there is no reliable way for everything execpt switching macro execution off completely. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
