I am working on an IBM Doors script which creates a document from a .dot file with some special codes to tell Word to do certain things. At this time, when we run the script and write the file to Word, we get the Security Notice about macros being disabled. However, we would like to automate this process so that users may create multiple different documents at once but, for security reasons, we don't want to enable all macros, just the ones for this document. Another issue is that the folder used may not be the same all the time. We update the folder names as each version is sent out, so adding the folder as a trusted location doesn't work in our case. Does anyone know of a way to allow the macros to run without user interaction every time a document is created?