E
excelnut1954
I'm trying to make the verticle scrollbars of 2 textboxes visible when
it comes up.
I've tried the code below. However, only textbox12 will show the
scrollbar. If I put textbox13 as the last line, then that would be the
one to work.
My obvious question is.... can I make both of these scrollbars visible
when the userform comes up???
Private Sub userform_initialize()
UserForm1.TextBox13.SetFocus
UserForm1.TextBox12.SetFocus
End Sub
Thanks,
J.O.
it comes up.
I've tried the code below. However, only textbox12 will show the
scrollbar. If I put textbox13 as the last line, then that would be the
one to work.
My obvious question is.... can I make both of these scrollbars visible
when the userform comes up???
Private Sub userform_initialize()
UserForm1.TextBox13.SetFocus
UserForm1.TextBox12.SetFocus
End Sub
Thanks,
J.O.