how to connect user form text box color formatting to cell formatting in excel VBA that I have already formatted
when I use this
Me.Tb_Acc.BackColor = Range("E2").Interior.Color
it shows only the fill color of the cell but the color changes according to the formatting the Text box color stays as it is
when I use this
Me.Tb_Acc.BackColor = Range("E2").Interior.Color
it shows only the fill color of the cell but the color changes according to the formatting the Text box color stays as it is