Forum Discussion
jdvelez1
Sep 01, 2022Copper Contributor
macros are bloqued in word
since yesterday my macros in word are bloqued when I try to create a document for a software program : C:\Users\JDVELEZ\AppData\Local\Microsoft\Windows\INetCache Please contact me at mailto:email...
jdvelez1
Sep 10, 2022Copper Contributor
hello, thanks for your answer
i have being using a very simple macros tha i have created..... like a botton to insert some text o image... but now are bloqued
i have changed in several ways the trust center options and now they work in a extrañe way... one document yes and the next no....
what can I do ??? this is important for my work
Sep 11, 2022
Can you show us the code used ni the macros and where do you have them.
If the macros are required to be used on any document, they should be in a macro enabled template (*.dotm) file that is saved to:
C:\Users\JDVELEZ\AppData\Roaming\Microsoft\Word\Startup
If the macros are in a template from which the document is created, that should be saved in
C:\Users\JDVELEZ\AppData\Roaming\Microsoft\Templates
By default, both of those folders are Trusted Locations.
If the macros are required to be used on any document, they should be in a macro enabled template (*.dotm) file that is saved to:
C:\Users\JDVELEZ\AppData\Roaming\Microsoft\Word\Startup
If the macros are in a template from which the document is created, that should be saved in
C:\Users\JDVELEZ\AppData\Roaming\Microsoft\Templates
By default, both of those folders are Trusted Locations.
- jdvelez1Sep 11, 2022Copper Contributorthanks for your help
if i open a word document the macros are fine, but i use a old software to create a word documents, the first one created with the program is fine, my macros work ok, but in the second created document with the same software the macros are bloked...
my macrtos are to paste a image using a single click in word- Sep 12, 2022Where do you have the document\template that contains the macros?
Can you show us the code in the macro.- jdvelez1Sep 12, 2022Copper Contributor