How to hardcode an Outlook folder
This code was given in a previous thread. I need to know how to hard code the name of a folder.
Shared Outlook Calendar automation VBA
In a shared 2019 Outlook calendar that I am the co-owner of, I have successfully made a quite complex new default appointment template for the calendar with numerous user defined fields on P2 of the template using “Design This Form” under developer options. This form allows users to enter variables for specific device setup parameters and records utilisation data of that device etc based on calculations drawn from standard appointment item properties like [Start] and [End] and other user defined fields.
VBA for Outlook not quite working correctly to move emails–skipping some emails
I’ve written some poor VBA code (I am new to this) to move emails from one folder to another in Outlook based on a set of date ranges. It only partially works–it does the count correctly, but only moves a select few out of the full amount it should be moving. Any guidance is appreciated.
VBA – Outlook – display inbox of work personnal and inbox of shared mailbox
I have multiples account synced on my outlook desktop app and I am looking for code to display only 2 inbox.
VBA script to save .pdf attachments to a folder on disk and then delete the attachments from outlook is not removing attachments
Currently attempting to write a simple script to save attachments from mails coming in from a specific email address to a folder, and then remove all attachments from the copy of the mail stored in outlook in order to reduce bloat. The saving part works but the attachments are not removed from the stored mail. Is something wrong with my code ?
How do I get names of meetings from shared Mailbox calendar?
I have a code that is working that lists all my meeting’s names for my own Outlook account.
I’d like to do that with the shared mailbox account but it’s not working. It keeps reverting to my personal calendar. Can someone help please?
Macro not visible in Outlook
I have created a macro in my outlook and i have enabled all the macro option in trust center. I can able to run the macro from outlook without any issues. while creating a rule I’m not able to see that macro under run a script. can someone advise on this ?
VBA in Outlook doesn’t find Inbox messages
I’m running a VBA script in Outlook 365. I have several messages selected. When I run the following routine:
Restrict by Date in Outlook VBA only able to filter todays mail
I’ve created working code for filing emails by Input box for date in Outlook. However, the filter only works for the current day. Any other day before that it does not find any emails under the matching criteria.
How to delete every weekend occurrence of an daily event in Outlook
Summary I recently joined a new team and my manager added me to the ‘daily meeting’ event The event has been setup to repeat at 10am every day, Mon-Sun This is annoying as the event also occurs on the weekends, and triggers a reminder on my phone I want to delete every instance/occurrence of the […]