Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I would like to know if it's possible to modify "allow export" (document properties - user permissions) ?
it's possible to read the setting:
temp=ActiveDocument.GetProperties.UserPermissions.AllowExport
if temp then msgbox("Export allowed")
but this attribute is read-only !
Do I have an another way to update this document property ?
thanks in advance
Frédéric
As a general rule, all "permission" properties will be read only in automation, you can however set the "macro override security" on the document if you like to perform an export in a macro but in general no allow it.
thanks for your answer Johan but if I understand I can just develop a new macro in order to export the data. I can't re-activate the user command (export PDF...).
hi,
did you get any solution for your macro.
if any then share me.
tom
hi,
no.
If you have one don't hesitate to let me know.
regards
frédéric
hi,
did you get any solution for your macro?
Thanks,
Ivan
there is not any answer?