Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is this commandbutton the Cancel button of the userform?
If yes, then you could change its .takefocusonclick property to False (either in the userform_initialize procedure or manually in the properties window). peter wrote: Hi, On a user form, I have a field that fires "on exit". if the cursor is in this field when a command button is clicked, the code for the on exit runs, not the code for the button clicked. the button code is "on click". Is there some way to know what button is clicked so the on exit code could test for the click? Is there some trick to get the cursor out of the field without firing the code? any help or ideas would be greatly appreciated. peter -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exit Field vs Exit Button...... | Excel Programming | |||
macro on exit of field | Excel Programming | |||
How to make a field created a part of the Pivot Table Field List? | Excel Discussion (Misc queries) | |||
Linked date field in worksheet defaults a blank field as 1/0/1900 | Excel Worksheet Functions | |||
If a called sub exit, how to the caller exit right away? | Excel Programming |