G Guest May 24, 2005 #1 want to be able to click a button that will fill the subject with text when i reply to or forward a message - vba or macro maybe - tia
want to be able to click a button that will fill the subject with text when i reply to or forward a message - vba or macro maybe - tia
M Michael Bauer May 25, 2005 #2 No problem, just create a public method in "ThisOutlookSession" and write your text to Application.ActiveInspector.Currentitem.Subject. For this you could drag a button via MenuBar/Customization on to the menu.
No problem, just create a public method in "ThisOutlookSession" and write your text to Application.ActiveInspector.Currentitem.Subject. For this you could drag a button via MenuBar/Customization on to the menu.
G Guest May 25, 2005 #3 many many thanks - is it posible to create a list box and select from a choice? tia
M Michael Bauer May 26, 2005 #7 Please visit www.outlookcode.com. There are many samples for User- and CustomForms.