Change Registry in VBA

J

John Hutcins

I want to print a series of reports to MODI in Excel without opening the MODI
viewer. I found a post here that said it is a checkbox in the savefile
dialog that you need to uncheck.

its registry key is here:
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\MODI\MDI writer
DWORD OpenInMODI=0

Can I do this directly in my VBA code? I've never worked with a registry
setting.
Thanks for any help!
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top