T
Tim
Hi folks,
Could anyone tell me how to fixed the following code?
Public Sub test()
Dim DefPrinter
DefPrinter = GetRegistryString
(HKEY_CURRENT_USER, "Software\Microsoft\WIndows
NT\CurrentVersion\Windows", "Device")
End Sub
When I complied it, I got error message "Sub or function
not defined".
Thanks in advance.
Tim.
Could anyone tell me how to fixed the following code?
Public Sub test()
Dim DefPrinter
DefPrinter = GetRegistryString
(HKEY_CURRENT_USER, "Software\Microsoft\WIndows
NT\CurrentVersion\Windows", "Device")
End Sub
When I complied it, I got error message "Sub or function
not defined".
Thanks in advance.
Tim.