Consulting

Results 1 to 5 of 5

Thread: Tabbing in a user form

  1. #1
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location

    Tabbing in a user form

    I have added a field to a user form. Tabbing through the fields is not a problem until I get to the new field. Tabbing through from the top it skips my new field. How can I get it to tab to the new field? Thanks
    Peace of mind is found in some of the strangest places.

  2. #2
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    Hi Austen,

    In your VBE looking at your Form, right click anywhere on the Form and select Tab Order. You can move Objects up/down.

  3. #3
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    Also look at the Properties for any object and look for the TabStop Property. Set this to False and the object will be skipped when you tab.

  4. #4
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location
    That took care of my tabbing problem. Thanks. Have another issue. On my user form my scrol bar is not working. There are plenty of rows to make it have to scrool but it seems to be disabled. Have attached my file. Help would be greatly appreciated.

    Oops cant type today...
    Peace of mind is found in some of the strangest places.

  5. #5
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location
    One other thing, when you click new on the user form it should remove the data in the user box but does not.
    Peace of mind is found in some of the strangest places.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •