J
Jim Fazakas
Does SendKeys work in Outlook 2003?
I am trying to print an Outlook 2003 form without using XPRINT, since
it doesn't always print everything on the form (such as values of list
boxes and the To: field).
I found a very helpful article with some code that will print the form
after I press the ALT-PRINTSCREEN keys on my keyboard and then the
Print command button on the form. The article and the code can be
found at: http://support.microsoft.com/kb/230512/EN-US/.
My goal is to click on this Print command button without having to
press the ALT-PRINTSCREEN keys first. Any ideas on how I can
accomplish this? I was thinking that SendKeys could work, but
couldn't figure out how to use it in the code.
Thanks for any input!
- Jim
I am trying to print an Outlook 2003 form without using XPRINT, since
it doesn't always print everything on the form (such as values of list
boxes and the To: field).
I found a very helpful article with some code that will print the form
after I press the ALT-PRINTSCREEN keys on my keyboard and then the
Print command button on the form. The article and the code can be
found at: http://support.microsoft.com/kb/230512/EN-US/.
My goal is to click on this Print command button without having to
press the ALT-PRINTSCREEN keys first. Any ideas on how I can
accomplish this? I was thinking that SendKeys could work, but
couldn't figure out how to use it in the code.
Thanks for any input!
- Jim