Hi,
Does anyone know the code to change a HKEY for the Document Image Writer? I need to set the "OpenInMODI" to 0, which will stop the Image window opening, then need to set it back to 1, which will show the image after my Macro has finished.
I have been looking how to change the registerykey, i know what I need but am unsure how to put this into a macro. The HKEY reg is below.
HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDIWriter", "OpenInMODI", 0, REG_DWORD
Does anyone know the code to change a HKEY for the Document Image Writer? I need to set the "OpenInMODI" to 0, which will stop the Image window opening, then need to set it back to 1, which will show the image after my Macro has finished.
I have been looking how to change the registerykey, i know what I need but am unsure how to put this into a macro. The HKEY reg is below.
HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDIWriter", "OpenInMODI", 0, REG_DWORD