G
Guest
I have a form with a WebBrowser objct on it. I need to be able to print out
the contents of the web page being displayed. I've tried
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.PrintOut acPrintAll
and
DoCmd.SelectObject acForm, Me.Form, True
DoCmd.PrintOut acPrintAll
in both cases it prints out the form but not the contents of the webbrowser
on the form...can someone please point me in the right direction!
thanks in advance for your help!
the contents of the web page being displayed. I've tried
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.PrintOut acPrintAll
and
DoCmd.SelectObject acForm, Me.Form, True
DoCmd.PrintOut acPrintAll
in both cases it prints out the form but not the contents of the webbrowser
on the form...can someone please point me in the right direction!
thanks in advance for your help!