Consulting

Results 1 to 3 of 3

Thread: Can Outlook VBA Do This For Me?

  1. #1
    VBAX Regular
    Joined
    Apr 2010
    Posts
    7
    Location

    Can Outlook VBA Do This For Me?

    Relatively new to this forum. I'm excited to be here, and hope that members are proud to share their expertise. I am a novice VBA user, having worked mostly in the Excel environment. I have learned and appreciated the power of VBA and everyday I'm finding ways that it could improve my daily processes.

    Here is one. Please tell me if it's a pie in the sky idea, or something that VBA can accomplish.

    I have a large Excel based database that host employees scheduled absences. With so many people relying on these employees, especially now when so many are working out of the facility, many will fail to know that a particular employee is absent. Individuals would have to voluntarily access Excel and pull up the database to query an employee's attendance.

    Every employee used Outlook exclusively. It's likely the first application they open once they login. I'm wondering, with VBA, through Outlook, can a process be created that when a particular user (authorized users only) fires up Outlook, a message pops up, or an email is generated to them, that presents absent employee information to that user.

    Perhaps that's not possible. But perhaps from my machine, I can automatically generate these emails for distributione each morning. I just think that the fact that everyone uses Outlook, its a good way to provide daily information in an automated way, where from the client computer, or from the source.

    If it's possible, perhaps provide a brief explanation of the process, and perhaps some key terms I can Google or online references I can research to get me started.

    Thank you all in advance for your perspectives.

  2. #2
    VBAX Expert Logit's Avatar
    Joined
    Sep 2016
    Posts
    606
    Location
    .
    First question ... because everyone uses OUTLOOK and presumably EXCEL is available to them ... wouldn't it be easier to simply
    create a mass email in OUTLOOK and attach the updated ABSENT LIST ? Why the extra step/work to create everything in EXCEL ?

    But .. to answer your question ... yes, EXCEL can do that.

  3. #3
    Outlook VBA could do this, but not without knowing a great deal more about your Excel worksheet that contains the data. You would need to interrogate the worksheet to provide the data then list it for display. I do however agree with 'Logit' that it would make more sense to create an e-mail from Excel and send it to the parties who need to see it.

    If you were going to interrogate the worksheet in Outlook then I would suggest displaying the list in an Outlook Note rather than a message box so that it can be referred to again later in the day.

    If you want help with that then post a sample worksheet (with anonymised data) so that we can see how it is laid out.
    Last edited by gmayor; 09-06-2020 at 02:27 AM.
    Graham Mayor - MS MVP (Word) 2002-2019
    Visit my web site for more programming tips and ready made processes
    http://www.gmayor.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •