Registry changes

K

KS

I need to change the registry to the following. This is so PDFMaker
won't prompt for a filename & view the PDF file when done with the
conversion. I do not want my users to have to do it themselves each
time they run the macro. I would like it automated.


Let ClassKey = HKEY_CURRENT_USER
Let SectionKey = "Software\ADOBE\Acrobat\6.0\Global\Settings"

Let ValueKey = "PromptForPDFFileName"
Let ValueType = REG_SZ
Let Value() = "00"

Let ValueKey = "ViewPDFFile"
Let ValueType = REG_SZ
Let Value() = "00"


Thanks,

Kristine
 

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