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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top