Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to create a macro (or indeed another option) to disable / enable reloads?
i.e. something that effectively does the same as going to Document Settings and deselecting/selecting the Reload option under security. Thus allowing me to prevent the user performing Reloads until certain criteria have been met.
i found this in api guide.
But that is only for User Properties and it is read-only i think.
temp=ActiveDocument.GetProperties.UserPermissions
temp.Reload = true 'False
msgbox(temp.Reload)
seems like you are not able to do this via macro.
Thanks Tim. I suspected as much.