G
Guest
Hi folks,
I used the following code to read and write a value from and to registry in
Access 2002. But it put the value to “HKeys_Users\...\VB and VBA Program
Settings\â€. Could anyone tell me how to fix it?
Thanks in advance.
Tim.
SaveSetting "HKEY_CURRENT_USER\Software\Adobe", "Acrobat PDFWriter",
"bExecViewer", 0
Debug.Print GetSetting(appname:="Adobe", Section:="Acrobat PDFWriter", _
Key:="bExecViewer", Default:=0)
I used the following code to read and write a value from and to registry in
Access 2002. But it put the value to “HKeys_Users\...\VB and VBA Program
Settings\â€. Could anyone tell me how to fix it?
Thanks in advance.
Tim.
SaveSetting "HKEY_CURRENT_USER\Software\Adobe", "Acrobat PDFWriter",
"bExecViewer", 0
Debug.Print GetSetting(appname:="Adobe", Section:="Acrobat PDFWriter", _
Key:="bExecViewer", Default:=0)