-
non-hilighted
) When the PNT button is clicked and the user closes the pop up box without selecting any, the PNT button remains hi-lighted but noTHING is displayed.
i need to have PNT button not hi-lighted.
i have code for hi-lighed in click PNTBUTTON.
unhi-lighted when the user not select anything where do i changed the code.
-
Re: non-hilighted
Sorry what is PNT button?
-
Re: non-hilighted
Move focus to another control that can receive focus.
-
Re: non-hilighted
anhn
i did there are 4 command button
either one select it highlight the button
when the user dont select the button it needs to remain unhighlighted.
but i fail where do i change the code
-
Re: non-hilighted
Only you and God know where to change your code because no one on earth see your code.
-
Re: non-hilighted
1) You haven't answered my question....
2) In a VBA UserForm there is a control property called .TakeFocusOnClick, which can be set to False at Design Time or at Run-Time. This prevents the dashed-line from showing up when the User clicks on a CommandButton. However for this to work, you need more that one control which can take focus... Also the .TabIndex property of the relevant control should not be 0
-
Re: non-hilighted
Kool
i dont see the property TakeFocusOnClick,in user form.