Lisa1121
02-12-2016, 09:24 AM
Hello! I am new here and apologize if someone already asked and answered this question (I could not find it when I searched).
I used to have a VBA Script that was (probably) pretty rudimentary for Outlook 7. It was:
SendKeys "+{F10}"
SendKeys "i"
SendKeys "{DOWN 3}"
SendKeys "{ENTER}"
SendKeys "{DOWN}"
SendKeys "^p"
SendKeys "{TAB 3}"
SendKeys "1"
SendKeys "{ENTER}"
Basically, this would allow me to categorize my email as printed, and then would print the first page email below it. I work at a law office and I get hundreds of emails everyday, all of which need to be tagged and printed. The problem is that my office recently upgraded to Outlook 2016 and now my script won't work. Could anyone help me with writing a new one? I know next to nothing about programming and I really need to get my emails printed and put in their proper files. Thank you so much in advance!
I used to have a VBA Script that was (probably) pretty rudimentary for Outlook 7. It was:
SendKeys "+{F10}"
SendKeys "i"
SendKeys "{DOWN 3}"
SendKeys "{ENTER}"
SendKeys "{DOWN}"
SendKeys "^p"
SendKeys "{TAB 3}"
SendKeys "1"
SendKeys "{ENTER}"
Basically, this would allow me to categorize my email as printed, and then would print the first page email below it. I work at a law office and I get hundreds of emails everyday, all of which need to be tagged and printed. The problem is that my office recently upgraded to Outlook 2016 and now my script won't work. Could anyone help me with writing a new one? I know next to nothing about programming and I really need to get my emails printed and put in their proper files. Thank you so much in advance!