Hello
I have an userform that is working well , now , i'm struggling to make this :
In textbox13 , i want it to have a predefined text but editable and only if the textbox1 and textbox12 have value/text like this
TextBox13.Text = "Reporta que a impressora" & " " & TextBox1.Text & " " & TextBox12.Text , with the cursor at the end , with the possibily to write anything after that
already tried with textbox afterupdate , tried to make in the userform initialize with no success
when i tried with the afterupdate , the text appears , but when i clicked , it dissapears
Is there any way to make this ?
Thanks in advance
I have an userform that is working well , now , i'm struggling to make this :
In textbox13 , i want it to have a predefined text but editable and only if the textbox1 and textbox12 have value/text like this
TextBox13.Text = "Reporta que a impressora" & " " & TextBox1.Text & " " & TextBox12.Text , with the cursor at the end , with the possibily to write anything after that
already tried with textbox afterupdate , tried to make in the userform initialize with no success
when i tried with the afterupdate , the text appears , but when i clicked , it dissapears
Is there any way to make this ?
Thanks in advance