Form Design Command Button

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
 
S

Sue Mosher [MVP-Outlook]

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
 

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