All Questions
Tagged with vba microsoft-outlook-2010
37
questions
1
vote
0
answers
378
views
How to create a rule or VBA code for Outlook to copy the the messages from specific folder to another folder?
I am looking solution to the following problem:
There is a mailbox for the requests from the customers with 7 clients that filtering the incoming e-mail from general "Inbox" to the different folders ...
0
votes
1
answer
594
views
Forward Outlook Email by Filtering using Macro Rule
Can you guys help me to fix the script below. What i need is if the email body contains < it will forward to my personal email. I am using Outlook 2010. Here is a sample email text:
"That was fast!...
1
vote
0
answers
67
views
VB to email from Draft folder
Quick question...
Had a a VB "app" in excel that takes an .oft file, adds name to it from VB app in Excel, places in Outlook Draft.
Second piece of code, in Outlook, allows me to send the Draft ...
-1
votes
3
answers
2k
views
How to save multiple pdf attachments in Outlook to hard drive by extracting mail items
I have 25 mails which each have 25 pdf attachments inside of them within only one email - cascading each other. In other words, one email contains 25 outlook mail items which have 1 pdf attached per ...
0
votes
1
answer
511
views
VBA macro to replace all instance of regex X with string Y in Outlook 2010
I want to invoke some macro which results in the currently active email draft being loaded to a variable and then replace each instance of a given regex with some string.
I'm particularly stuck on ...
-1
votes
1
answer
25
views
Automated Outlook VB
Have existing Outlook VB module that displays form where I can control how many emails are sent at once and how often they are sent out of DRAFT folder. Is it possible to run this module if O utlook ...
1
vote
0
answers
387
views
Outlook macro running twice
I use a macro to send an auto response to texts that come to my outlook. This works but it sends the reply to our customers twice every time. Any advice how to stop this. The macro is:
Sub ...
0
votes
1
answer
2k
views
Outlook 2010 Macro to Convert Selected Email Messages to Plain Text [closed]
I need assistance creating a VBA Macro in Outlook 2010 that will convert one or many selected messages to Plain Text formatting. I am looking for a Macro instead of an incoming mail rule.
I found the ...
0
votes
1
answer
6k
views
outlook VBA save attachment on hard drive to a specific folder different of 'my documents folder'
I've found a macro which save an attachment from an email on outlook, and in this aspect it works pretty fine, but it saves it in "my document" folder
I would like that it saves it in another folder ...
0
votes
1
answer
2k
views
VBA Function to parse email body for email address, write to excel
I have a requirement such that I need a function to iterate through all emails in an Outlook (2010) folder and grab an email address from the body of the email. The emails are found from Inbox \ ...
1
vote
1
answer
2k
views
MS Outlook How to Alter Subject Line (Strip RE:/FW and Add Prefix)
I want to alter the subject line for incoming and outgoing emails via auto macro.
Here is what I have been searching for:
A macro to automatic strip RE:,Re:, FW:, Fw: from incoming emails. I tried ...
0
votes
1
answer
135
views
VBA coding for Outlook
Does anyone know if the vba code that is produced in Outlook 2016 is backwards compatible with 2010. I use 2007 at home & 2010 at work. I wrote a program in 07 and needed a lot of head scratching ...
0
votes
2
answers
53
views
Quickly adding a category to a message
This may sound stupid but solving the problem would save me a lot of time.
I am big on using categories (in place of folders, pretty much like labeling an email under Gmail), and more often than not I ...
0
votes
1
answer
732
views
Emails replied to by VBA script do not show reply icon with purple arrow
I have a VBA script that moves an email to a folder (dialog box) and generates a reply that will be saved in the same folder. The problem I am having is the original email never shows the reply icon ...
1
vote
1
answer
1k
views
Setting a rule for an incoming mail (read or unread)
I need a little advice on Outlook 2010.
There is this situation:
- one webmail account which is used by a several people (using web browser or phone to access it)
- one computer with MS Outlook 2010 ...
0
votes
1
answer
620
views
Outlook - strange item.Attachments error
I have the following code, that should save a specific Excel file attached to an email. The code is combined with a rule, that triggers this script when an email with a specific subject is received.
...
0
votes
1
answer
441
views
VBA project works fine on machine with outlook 2013, but not on a machine running outlook 2010
Both machines are running 64-bit versions of Windows 7. The project has been painfully pieced together, I am not a programmer.
The function of the project is to automatically search emails for ...
0
votes
1
answer
541
views
Outlook 2010 oft template Item_Send not firing
I have written a very simple Item_Send handler for an outlook mail message template stored as an oft file that I run via a Macro:
Function Item_Send()
MsgBox "hello"
Item_Send = False
End ...
-1
votes
0
answers
48
views
custom outlook reminder addin or VBA [duplicate]
I cannot count how many times I missed my meetings appointment because I Was so deep into my programming work. I wonder if anyone has a quick/easy solution where it will halt my entire monitor red (or ...
1
vote
1
answer
14k
views
How to create a macro in Outlook 2010 to add the the date to the subject line
I am new to the VBA format of writing code and I have been researching how to get the current date to AUTO input into the Subject line of an email when commanded. I need to know how to complete the ...
0
votes
2
answers
869
views
How to add commonly used (non-signature) phrase in emails?
I have a text line with a hyperlink that I would like to readily use in composing emails. It is not a signature, so it doesn’t fit there.
How can I build a macro that would allow me to add this text ...
1
vote
0
answers
156
views
Why doesn´t my Outlook rule work more then once?
I´ve recently migrated my email to an exchangeserver, with my previous email set as a forward to my current one.
I´m using outlook 2010 and Samsung galaxy s5.
First problem at hand: Some E-mails ...
0
votes
1
answer
2k
views
Outlook 2010 Run Script via Rules
I have the following subroutine in ThisOutlookSession:
Sub receiveMtgRequest(Item As Outlook.MailItem)
MsgBox "You have received a meeting request: " & Item.Subject
End Sub
I have set it to run ...
0
votes
2
answers
1k
views
How would I write a macro in Outlook 2010 to set all folder properties to "see all items"?
How would I write a macro to set all folder properties to "see all items"? I have hundreds of folders and subfolders and need to set the folders to see all items and I can't figure out how to write a ...
2
votes
0
answers
907
views
Moving emails with specific number in subject to a specific folder with the corresponding number
I get emails in shared inbox containing a number in the subject (like 9921635).
These emails are archived to subfolders, which are part of the shared inbox, that also contain this number.
Sometimes ...
4
votes
1
answer
4k
views
How to modify Out of Office (OOF) settings in Outlook 2010 via VBA
I work for an MSP and we have a single mailbox that we use to process incoming email requests into our ticketing system. I have created a VBA script that runs and processes new emails and such. We are ...
1
vote
0
answers
2k
views
Can VBA be used to get the creation/modified date of attachment itself, not the email?
I would like to see the creation and modified dates of an Outlook attachment using VBA. No such property seems to exist.
Public myAhmt As Attachment
Public crDt As date
crDt = myAhmt.CreationDate 'no ...
1
vote
3
answers
6k
views
Find Related Messages in Outlook 2010 with New/Popup Window like in 2007
In Outlook 2007, to help clear the inbox, finding related messages would open a new small window that would allow to open the messages or to move them into folders easily, then go back and do the same ...
2
votes
1
answer
225
views
How to remove repetetive content in e-mails?
I would like to automatically remove repetitive message content in received e-mails.
For example whenever I exchange e-mails with one person at my company I would like to be able to filter the ...
6
votes
2
answers
8k
views
Create new folder for new sender name and move message into new folder
Background
I'd like to have Outlook 2010 automatically move e-mails into folders designated by the person's name. For example:
Click Rules
Click Manage Rules & Alerts
Click New Rule
Select "Move ...
4
votes
1
answer
9k
views
Outlook 2010 - using a VBA script in a rule
I was following the directions in a great post when I got to the step for selecting the name of the script to run. I have VB code in ThisOutlookSession, but for some reason, the name of the procedure ...
1
vote
0
answers
131
views
Outlook 2010 Category search
I am looking for a script for Outlook 2010 Categories that will act like Evernote tags. Once you start typing in a search bar it will start displaying the categories that match.
Is there something ...
5
votes
1
answer
4k
views
How do I package an Outlook 2010 macro for other users?
What is the best means available from within the MS Office 2010 suite to package up macro code written for Outlook, so that I can make it available to my coworkers and make it easy for them to install ...
8
votes
1
answer
16k
views
How to replace text in the body of an incoming message with a hyperlink in Outlook 2010?
Does anyone know of a way or a program that will read a received email and recognize a static format of text (in my case it will be "#" followed by 6 integers), and make that a hyperlink to a webpage? ...
1
vote
2
answers
1k
views
VBA script in Outlook 2010 rule
I use Outlook 2010.
I am using a script that takes a e-mail to a certain address and converts it to a ticket through our ticket system. I created the script through the Developer tab in Outlook.
I ...
0
votes
1
answer
280
views
Custom Scripts in Outlook
I have the following code that will open up an attachment in in the associated program. I am trying to setup a rule that it will run from a certian email address. The issue is when i choose run this ...
3
votes
2
answers
19k
views
How to add items on Outlook ribbon that are not "listed" commands?
I use custom tabs on the ribbon of all my MS Office 2010 applications. I would like to add some items that are not in the listed commands on the "Customize the Ribbon" dialog. For example, I'd like to ...