![]() |
| 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. |
|
|||||||
| Tags: automatic, field, subject, text |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm working for several projects and hence I do have a breakdown structure in my Inbox per project. This allows me to group my emails very easily by project (and further down by other subjects related to the particular project) eg Inbox ** Project 1 **** Subject 1 **** Subject .... ** Project 2 **** Subject 1 **** Subject 100 Therefor, when I send a new email regarding an issue on "Project 1", I tend to start the text in the Subject Field with "Project 1: subject 1 ...." or "Project 2: subject 100 ..." In this way, it is very easy for me to regroup emails if I get an answer from a team-member as the Subject Field reads " Project 1: subject 1 ..." However, for the moment, I'm always typing manually the Project titel "Project 1" or "Project 2" and I was wondering if Outlook can put the project title automatically in the Subject Field by for example selecting the Project (eg "Project 1") in the breakdown tree and launching the button to write a new email. Thanks for your help, Dries. |
| Ads |
|
#2
|
|||
|
|||
|
Am Sun, 8 Oct 2006 23:38:01 -0700 schrieb Dries Goossens:
Do you group all e-mails in one folder? You could select one of the existing e-mails and reference to that. e.g: Public Sub NewMailWithSubject() Dim Mail as Outlook.MailItem Dim Subject as String ' get selected subject Subject=Application.ActiveExplorer.Selection(1).Su bject ' create new mail Set Mail=Application.CreateItem(olMailItem) If LCase$(Left$(Subject, 4))=" " Then Subject=Mid$(Subject, 5) Endif Mail.Subject=Subject Mail.Display End Sub -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi, I'm working for several projects and hence I do have a breakdown structure in my Inbox per project. This allows me to group my emails very easily by project (and further down by other subjects related to the particular project) eg Inbox ** Project 1 **** Subject 1 **** Subject .... ** Project 2 **** Subject 1 **** Subject 100 Therefor, when I send a new email regarding an issue on "Project 1", I tend to start the text in the Subject Field with "Project 1: subject 1 ...." or "Project 2: subject 100 ..." In this way, it is very easy for me to regroup emails if I get an answer from a team-member as the Subject Field reads " Project 1: subject 1 ..." However, for the moment, I'm always typing manually the Project titel "Project 1" or "Project 2" and I was wondering if Outlook can put the project title automatically in the Subject Field by for example selecting the Project (eg "Project 1") in the breakdown tree and launching the button to write a new email. Thanks for your help, Dries. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Outlook 2003 subject field spell check in US!!! | Remy | Outlook - General Queries | 3 | September 22nd 06 07:25 PM |
| Saving Subject Text in Excel Doc | bbkixx | Outlook and VBA | 1 | June 15th 06 06:09 PM |
| Edit Subject Field | Meeme | Outlook - Calandaring | 2 | April 18th 06 02:59 PM |
| cannot input space in subject field of new appointment | lasso | Outlook - Calandaring | 0 | March 20th 06 03:58 PM |
| how do I show the subject but hide the text of a meeting ? | debbied | Outlook - Calandaring | 0 | February 7th 06 04:07 PM |