Hi. I'm trying to duplicate, in a userform, the common behavior of a multiple-approach box -- for example, the Top Margin box in the Page Setup dialog, where you can change the value by either (1) editing it directly, (2) clicking the adjacent spin buttons, or (3) clicking within the box and pressing the up or down arrow keys.

The spin buttons work fine, but my attempted code for the arrow keypresses (below, simplified) does nothing. Is that box truly a combo box control, or is it something else entirely, married to internal spin buttons? Thanks in advance for any clues.

Please Login or Register  to view this content.