Thread: Submit button
View Single Post
  #2  
Old April 23rd 09, 09:30 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Submit button

Assuming it's a message form and the Submit button is named cmdSubmit:

Sub cmdSubmit_Click()
Item.To = "address of help desk"
Item.Send
End Sub


--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Juanita" wrote in message
...
I have created a basic help desk request form for our staff. Now I need to
create a submit button that will go directly to the help desk mailbox. Can
someone help me with this?

Thanks.



Ads