+ Reply to Thread
Results 1 to 3 of 3

How to remove dotted lines around option buttons?

  1. #1
    Registered User
    Join Date
    09-07-2007
    Posts
    2

    How to remove dotted lines around option buttons?

    Hello,

    I have created a questionnaire with multiple answers in a userform with multipage. Everything works fine except on about 10 out of my 30 questions, one of the four answers (all opition buttuns) has a fine dotted line around it.

    I really have no clue as to where this line comes from. I have tried deleting the option button and replacing it with a new one. This helped for the concerned button but now the dotted line appeared on another answer of the same question! I have done it several times and each time the dotted line simply shifts from one answer to another but never dissapears! The odd thing is that this only concerns 10 questions, the other 20 are fine...

    It would be really usefull if you could tell me how to solve this as I can't use a test where some answers (even if they are not the right ones) are already highlighted...

    Thanks,

    B

  2. #2
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,641
    Hi there,

    The dotted line around the optionbox is just indicating that that particular optionbox currently has the focus.

    A simple way of avoiding a "pre-selected" option is to set the focus to some other control on your userform (using e.g. btnCancel.Setfocus) before you execute the "Show" command for the form.

    Hope this helps - please let me know how you get on.

    Best regards,

    Greg M

  3. #3
    Registered User
    Join Date
    09-07-2007
    Posts
    2
    Thanks! I will try this

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1