Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Forms / September 2005

Tip: Looking for answers? Try searching our database.

Dropdown Menu Auto Insert Option

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rookie - 26 Sep 2005 21:55 GMT
I would like to create a new form and don't know how to accomplish it.  
Basically, when I compose a new message I want a dropdown menu to be
available with these options: Informational;Official;To Be Filed
When I select each option, I would like an Auto Insert to occur, for example:
I select "Informational" from the dropdown menu and automatically a Header
and Footer is inserted to say this: "This email is for Information purposes
only"
I only need help creating the functions, my sysadmins can help me publish
the form.
Can this be accomplished?
Thank you
Rookie - 28 Sep 2005 13:37 GMT
I found a way to edit the code on the form to do what I need.  Here is a
sample:

Function Item_Send()
 NewText = ""
 MyStatement = Item.UserProperties("Statement")
 Select Case MyStatement
   Case "Informational"
     NewText = "This email is for Information purposes only"
 End Select
 Body = NewText & chr(13)  & Body & chr(13) & NewText
End Function

> I would like to create a new form and don't know how to accomplish it.  
> Basically, when I compose a new message I want a dropdown menu to be
[quoted text clipped - 7 lines]
> Can this be accomplished?
> Thank you
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.