D
David
I've been programming VBA in Excel for years, but now I'm stepping outside of
my comfort zone and trying to learn how to create VBA applications for other
MS tools such as Outlook in order to work more efficiently. One thing I find
myself doing lately is sending out a weekly reminder email to a distribution
list at a set time. It's a mundane task, but must be done. Every time I do
this, I have to go into Outlook, create a new message, select the
distribution list, copy the generic message to the mail userform and click
"Send". I'd like to think that there's a macro I can write for Outlook that
will allow me simply push a button and presto! It's done! Or better yet,
have this macro running in the background such that every week at 9:00 am on
Tuesday, this email automatically gets sent to the distribution list. Can
this be done?
Thanks!
my comfort zone and trying to learn how to create VBA applications for other
MS tools such as Outlook in order to work more efficiently. One thing I find
myself doing lately is sending out a weekly reminder email to a distribution
list at a set time. It's a mundane task, but must be done. Every time I do
this, I have to go into Outlook, create a new message, select the
distribution list, copy the generic message to the mail userform and click
"Send". I'd like to think that there's a macro I can write for Outlook that
will allow me simply push a button and presto! It's done! Or better yet,
have this macro running in the background such that every week at 9:00 am on
Tuesday, this email automatically gets sent to the distribution list. Can
this be done?
Thanks!