Changing date in Journal with keyboard strokes

L

Lary

Can someone direct me toward the VBA code for changing the date in the
journal by pressing the “+†or “-“ key on the keyboard?

Thanks
 
K

Ken Slovak - [MVP - Outlook]

Use SendKeys to send those keystrokes. Look up the help on SendKeys to see
how to use it.
 
Top