dropdown list in new email in subject line

Status
Not open for further replies.

David Adamson

New Member
Outlook version
Outlook 2013 64 bit
Email Account
Exchange Server 2010
Hi
I am trying to build a new Outlook template - I have solved the body of the template with combobox and it works well but users want the primary title combobox to be automatically mirrored in the new email subject line.
I dont want to insert a new macro button in outlook as it is difficult to deploy. It would be good to automate this within the template.
Appreciate any help
Thanks
David
 
If you are using code behind the template, you could use a script that detects a change to write the subject but using the custom field is better if you aren't using code already.
 
use Set oMail = Application.CreateItem(olMailItem) to create a new message.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Adding Userform Dropdown List items from names of subfolders on network drive Outlook VBA and Custom Forms 10
Z Adding dropdown list using custom form Outlook VBA and Custom Forms 7
GregS Dropdown address list missing Using Outlook 1
A How can I populate a dropdown list? BCM (Business Contact Manager) 4
G Dropdown List Using Outlook 1
J How to create a user defined dropdown list field for a custom contact form Using Outlook 3
L Getting Index from dropdown inserted on ribbon Outlook VBA and Custom Forms 3
N How to add or delete items to Move dropdown Menu Using Outlook 0
Z Outlook Custom Form: Adding Dropdown(Project Code) at the end of subject Outlook VBA and Custom Forms 0
T Source of Outlook 2016 Address field dropdown "Other Suggestions" Using Outlook 3
S Custom form with dropdown Using Outlook 0
Witzker Abhängige Dropdown Felder in Outlook Formular Outlook VBA and Custom Forms 2
C Tasks > Field Chooser > Fields with dropdown menu (eg. Status). How to custom? Using Outlook 6
B How to remove an old program from the Tools dropdown? Using Outlook 7
W Linking dropdown values Outlook VBA and Custom Forms 1
farrissf Category list to pick from Outlook VBA and Custom Forms 4
R Outlook 2019 VBA to List Meetings in Rooms Outlook VBA and Custom Forms 0
S Inconsistent view of To-Do List Using Outlook 0
S Different views for To-Do List and To-Do Bar Using Outlook 1
K Daily Task List Minimized Cannot Display Using Outlook 5
S Outlook 2021 Can you make emails from 3 word domains "safe" by entering top 2 word domain into Safe List in Outlook? Using Outlook 1
E Outlook - Macro - send list of Tasks which are not finished Outlook VBA and Custom Forms 3
L Capture email addresses and create a comma separated list Outlook VBA and Custom Forms 5
D VBA code to select a signature from the signatures list Outlook VBA and Custom Forms 3
L Checking Sender Email Address for trusted domain from list on intranet Outlook VBA and Custom Forms 4
NVDon Create new Move To Folder list Outlook VBA and Custom Forms 0
Ken Pascoe Outlook Categories Quick List Using Outlook 0
O Outlook 2010 Add delete button to the side of the message list Using Outlook 1
G Forward email body to other mail list directly from Exchange server Exchange Server Administration 1
N How do I make Outlook autocomplete addresses from a list of recognised <full_names> only? Using Outlook 2
T Outlook 2010 Tasks are not visible in To Do list Using Outlook 5
C must select message to trigger safe list Using Outlook 3
N contact list seen in Contact folder but knot in Address book or when 'TO' button is clicked in new email Using Outlook 0
V Pin a document to the "Attach file" Recent Documents list Using Outlook 0
T Junk Email does not get added to the Blocked Sender List Using Outlook 0
Witzker print-list-of-outlook-folders with sort posibility Outlook VBA and Custom Forms 7
F Junk Email does not get added to the Blocked Sender List Using Outlook 4
G Move tasks up/down todo list by VBA Outlook VBA and Custom Forms 1
E Asking user to select multiple options in a list in an email Outlook VBA and Custom Forms 0
C Why won't Title display in message list? Using Outlook 1
T Increasing the number of items that appear on the Categories list Using Outlook 2
J Edit auto-complete list in Outlook 2016+/365? Using Outlook 0
M Changing the preferred order for "Put this entry in" list for adding new contacts to the Address Book Using Outlook 1
R List folders in a combo box + select folder + move emails from inbox to that folder + reply to that email Outlook VBA and Custom Forms 1
Z See "Change View" Drop Down as a List? Using Outlook 1
Z How to show concatenated categories in list task view? Using Outlook 2
M How can we find the list of users who are members of a deleted distribution list? Exchange Server Administration 2
B Outlook 365 - Folder pane list clears Using Outlook 28
B All imported tasks appear in to-do list Using Outlook 3
W Remove specific contacts from contact list Outlook VBA and Custom Forms 3

Similar threads

Back
Top