R
rci
Hi all...
In a userform...
using a textbox (multiline + scrollbar enabled), that lives in a frame with
visible set to false.
When making the frame visible, the scrollbars on the text box are invisible
until the user clicks in the box (setting the focus I assume).
I would like the scroll bars to be visible at all times, not just when the
text box has focus, but barring that, to set the focus in code. The problem
with that has been that setting the focus causes the frame to move to the
back, behind other visible objects. It probably shouldn't do this, yet it
does, and obviously makes the problem worse.
In a userform...
using a textbox (multiline + scrollbar enabled), that lives in a frame with
visible set to false.
When making the frame visible, the scrollbars on the text box are invisible
until the user clicks in the box (setting the focus I assume).
I would like the scroll bars to be visible at all times, not just when the
text box has focus, but barring that, to set the focus in code. The problem
with that has been that setting the focus causes the frame to move to the
back, behind other visible objects. It probably shouldn't do this, yet it
does, and obviously makes the problem worse.