![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Good day to You!
Product: Outlook 2003 exchange server Issue: I have a macro, which saves any attachment to a particular location based on the input available in subject line. Currently, subject line is manually changed to provide the required input to the macro. However, I would like to (but don't know) to write a vba program for searching our branch offices names in the attachments and change the subject line with the branch name found in the attachment. The attachment always will be in pdf format only. Daily I need to change the subject line for around 50 emails and its boring and time consuming. If I have a vba code to do this, it would be a great gift for me. I am sure there should be people around here, who shall get it done just like that... Thanks in advance for any help. |
Ads |
#2
|
|||
|
|||
![]()
You need to save the attachment to the file system before you can do
anything with it. For PDF files you need to find out how to load and search a file like that, that's nothing to do with Outlook. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Ma10kumar" wrote in message ... Good day to You! Product: Outlook 2003 exchange server Issue: I have a macro, which saves any attachment to a particular location based on the input available in subject line. Currently, subject line is manually changed to provide the required input to the macro. However, I would like to (but don't know) to write a vba program for searching our branch offices names in the attachments and change the subject line with the branch name found in the attachment. The attachment always will be in pdf format only. Daily I need to change the subject line for around 50 emails and its boring and time consuming. If I have a vba code to do this, it would be a great gift for me. I am sure there should be people around here, who shall get it done just like that... Thanks in advance for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to find out a relation between the embedded images and the attachment collection of an email | DPM | Outlook and VBA | 4 | November 22nd 08 12:58 PM |
search for string of contacts by a string of email addresses | Kerm Rudgeon | Outlook - Using Contacts | 2 | October 21st 08 07:51 PM |
Outlook 2003 - cannot find a string of numbers | Hello_It''''s_Me-CA | Outlook - General Queries | 1 | February 7th 07 09:59 AM |
Problem using Myitem.UserProperties.Find("string") | John E. | Outlook and VBA | 3 | January 3rd 07 04:12 PM |
Rule to filter e-mails with a specific text string in an attachment | [email protected] | Outlook - General Queries | 2 | April 19th 06 09:38 AM |