Form Design Command Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm creating a meeting agenda form in Outlook. The form is rather large, and
I'd like to add buttons at the top that (when clicked) move the user's view
to the various sections of the agenda. I.e. you click on the 'Attendees'
button, and it takes you to the attendees section. I can't find command
options to allow me to do this. Does anyone know of a method for doing this?
Advance thanks!
Janis
 
You'd use the SetFocus method on the desired control. See http://www.outlookcode.com/d/propsyntax.htm#unbound for the syntax for working with control properties and methods.

SetFocus, unfortunately, doesn't always work reliably on an Outlook form. Your mileage may vary.

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

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