Tailor-make a command button to "send"

R

Rick

Hi Guys,
I am designing a vacation application form and
have a probelm of making a command button for users to
click on it so that the form will be sent to the manager
for approval.

I'll be grateful if anyone can provide some help on this.

Thanks in advance!

Rick
 
S

Sue Mosher [MVP]

Is there a specific problem you're having? A send buttons would just look like this:

Sub cmdSend_Click()
Item.Send
End Sub
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Top