Belleke
Well-Known Member
I have a textbox with 3 Caracters (always 3)in a userform, I want to split this textbox in 3
TextBox1 = ABC
Then the result must be
Textbox2 = A (I have =Left(Textbox1, 1)
Textbox3 = B ?????
Textbox4 = C (I have =Right( Textbox1, 1)
I don't know how to fill TextBox3
(the textboxes are on a userform)
Thanks in advance
TextBox1 = ABC
Then the result must be
Textbox2 = A (I have =Left(Textbox1, 1)
Textbox3 = B ?????
Textbox4 = C (I have =Right( Textbox1, 1)
I don't know how to fill TextBox3
(the textboxes are on a userform)
Thanks in advance