T
Tdp
I have two textboxes that both display values from the same cell. The idea is
the change the value on one of the textbox1, that should change the textbox2
value at the same time. But at the moment value will only change if I click
on textbox2.
To clarify!!!
I will start with the worksheet(4). In cell A7 has a value which I enter
daily. Cell A6 then calculates =SUM(1013-(A7))*28. The two values A6 and A7
are displayed in UserForm1 TextBox1 and TextBox2.
TextBox1 = A7
TextBox2 = A6
I am trying to do this all on vb code..........but with no luck!
the change the value on one of the textbox1, that should change the textbox2
value at the same time. But at the moment value will only change if I click
on textbox2.
To clarify!!!
I will start with the worksheet(4). In cell A7 has a value which I enter
daily. Cell A6 then calculates =SUM(1013-(A7))*28. The two values A6 and A7
are displayed in UserForm1 TextBox1 and TextBox2.
TextBox1 = A7
TextBox2 = A6
I am trying to do this all on vb code..........but with no luck!