Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Bonjour,
Je sèche depuis un moment sur une macro pour autoriser l’exécution des
macros d'un classeur sans avoir à valider
l'autorisation. Mais j'ai une erreur que je n'arrive pas à résoudre à
savoir. au lancement du document  j'ai quand
même la demande de validation et ensuite mon application s'ouvre mais en
clignotant  et je suis obligé de la fermer  par le gestionnaire de taches.
J'ai placé la macro dans mes macros et assignée à mon document
LO version 4.2.8.
Windows 8.1

voici ma macro
REM  *****  BASIC  *****
Option Explicit

sub OuvrirDoc

dim monDocument as object
dim adressDoc as string 
dim PropFich(0) as new com.sun.star.beans.PropertyValue
 
adressDoc = convertToUrl("C:\Test.ods")

 PropFich(0).Name = "MacroExecutionMode"
 PropFich(0).Value =
com.sun.star.document.MacroExecMode.ALWAYS_EXECUTE_NO_WARN

monDocument = StarDesktop.loadComponentFromURL(adressDoc, "_blank", 0,
PropFich() )
end sub

Merci 




--
View this message in context: 
http://nabble.documentfoundation.org/Calc-Niveau-securite-exec-macros-tp4141288.html
Sent from the Users mailing list archive at Nabble.com.

-- 
Envoyez un mail à users+unsubscribe@fr.libreoffice.org pour savoir comment vous désinscrire
Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/users/
Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être 
supprimés

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.