S
SF
Hi,
I am trying to automate the process of exporting report to PDF. I found the
code below:
http://www.tek-tips.com/faqs.cfm?fid=2533
I got compile error at " below
Declare Function RegCloseKey Lib "advapi32.dll" _
(ByVal hKey As Long) As Long
Declare Function RegCreateKeyEx Lib "advapi32.dll" Alias _
How do I fix this error?
SF
I am trying to automate the process of exporting report to PDF. I found the
code below:
http://www.tek-tips.com/faqs.cfm?fid=2533
I got compile error at " below
Declare Function RegCloseKey Lib "advapi32.dll" _
(ByVal hKey As Long) As Long
Declare Function RegCreateKeyEx Lib "advapi32.dll" Alias _
How do I fix this error?
SF