Hello All,
I am trying to print a user form to PDF. Thus far I have found it works best to create a bitmap file of the userform. Please see programming below...
Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, _
ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)...