Hi all,
When I receive new email, I need to copy email body text that is between specific two words, like copy text from Hello work to Kind regards word. Email body also, most of the times, contains table.
Can someone help me with this?
Thank you in advance!
I sent emails very often with images/screenshots where I want to mark something with a shape or arrow. The default rectangle shape of outlook is like this:
I would like to have a macro, assigned to keyboard shortcut, that formats the shape to something near this (provided that shape is...
I am working on a private Outlook project where I can read all emails from a specific account, starting in a specific folder, looking only in a specific folder, from a specific date etc.
Usually the default start folder is the InBox (in Dutch Postvak IN). To start there I would use the...
Hi,
i have embedded this macro :
Public Sub SetCustomFlag()
Dim objMsg As Object
Set objMsg = GetCurrentItem()
With objMsg
' due this week flag
.MarkAsTask olMarkThisWeek
' sets a specific due date
.TaskDueDate = Now + 3
.FlagRequest = "Call " & objMsg.SenderName...
I want to create VBA that will:
iterate through the OneNoteURL UDF, replacing any occurrence of "%20" with a space
execute on task creation, or for selected Outlook tasks
I've created 3x UDF's that I've created as formula, from the "Field Chooser".
These 3x fields are populated by parsing the...
I'm using Outlook 2016.
I've tried to do this using a Search Folder. I've used "Tracking Status not equal to Replied" as the primary query item. This finds emails that I have not replied to, not emails I have sent that others have not replied to.
Similarly, here is a VBA solution (How to...
Hi,
creating an advanced search via VBA can be done easily. But the search query is limited to 1024 characters. I would like to search for emails from/to a longer list of people (from a contact group). The two straight forward ways (which I could think of) don't work:
create an advanced...
Hi,
don't you organize your contacts in contact groups, too? And wouldn't you want to have an option to search for all emails sent to/from contacts in that list?
There is an option to do so in advanced search (I didn't find this in query builder or manual filter setup, only on first choice...
I'm only now realizing how in over my head I am with this project I'm working on, bear with me through any faux-pas or misunderstandings, my lexicon is rather new yet.
The problem:
I've got an Excel file loaded up with data as a scheduling tool for the agency I work for. Its purpose is to send...
ISSUE
The popup message box (object.Popup) does not time out and close after 2 seconds in Outlook.
Outlook VbaProject.OTM has no other code except that listed below.
It works in Excel, Word, Access, PowerPoint and Publisher.
QUESTIONS
Can it be made to work?
Why does it work in other MS Office...
Hi all,
I'm hoping someone can help me.
I'd like to set up a recurring email within Outlook. I've been told that you can't schedule an email to send but I've been given a code to convert a calendar invite into an email (as its a calendar invite I can schedule it to send when I want) The only...
I use multiple rules that use conditions like BodyOrSubject holds "string1; string2 etc"
I can manually add a string to the BodyOrSubject conditions, but now want to do that with VBA.
The code below runs fine until "oRule.Conditions.BodyOrSubject.Add strSubject" - what would be the correct...
Good Morning,
I am using a macro that converts selected HTML emails into Plain Text, then prints them out. The macro works perfectly.
I was wondering how i would add some code that would format the selected HTML email to the 'No Spacing' style before converting it into Plain Text.
Condensing...
Hello All,
m facing a huge challenge with RTF Emails and need to find a way to find alle RTF mails inside a mailbox.
As a little background: We are using a transparent encryption with Exchange Online. Anything leaving our Office will be encrypted. Microsoft therefore cant read any of our...
Hello All,
Kindly sorry if my English very bad, I'm from Indonesian and i want ask about auto forward with some rules.
Example:
1. I get email from Microsoft alert (Office365Alerts@microsoft.com) with body email like this:
"Severity: High
Activity: FileDeleted
User: user@example.com
This...
I created VBA code to automate the formatting and language selection in new e-mail messages and replies to e-mails, because I send a lot of e-mail and in different languages.
One irritating issue which I cannot resolve is the spell check that is performed on the e-mail subject. My default...
Hello, I am trying to adapt this code for using the macro only in unread emails in my Inbox, but I don’t get anything that works. Someone for helping me? THanks in advance.
Public Sub Unread_eMails()
Dim myNameSpace As Outlook.NameSpace
Dim myInbox As Outlook.Folder
Dim myDestFolder As...
Hi all,
Is there a field within an Outlook mailItem which allows you to store an ID number e.g. 123456 which you can read from their reply email?
I am trying to insert a contactId somewhere in the email which I can read when the person replies and use to make updates to an Access database. I...
All the reply (RE) and the forward (FWD) mails received in the shared inbox has to automatically move to an "Ongoing folder".
Private Sub Application_NewMail()
Dim olNameSpace As NameSpace
Set olNameSpace = GetNamespace("MAPI")
Dim olDestFolder As Folder
Set olDestFolder =...
I'm looking for an outlook macro, that sends out auto acknowledgement emails for new mails received to a specific shared inbox. (Should not auto acknowledge for reply and fwd message), and not sure how to exclude the reply and fwd mails. Below code Is not working. Please advise.
Public...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.