Command Button

  • Thread starter Thread starter Guest
  • Start date Start date
In form design mode, click the View Code button and type:

Sub CommandButton1_Click()
MsgBox "put your code here"
End Sub

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top