Text box dilema

euge228

New Member
Joined
Mar 28, 2011
Messages
7
can you insert 2 different text boxes within a workbook/worksheet and instruct the 2nd one to follow whatever is typed into the first one?? I know how to copy text inputs form one cell to another with the “=” symbol...but I need to do this same function text boxes??<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p> </o:p>
HELP!!<o:p></o:p>
Euge
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Can't readily imagine why you'd want to do this, but assign them both to the same linked cell.
 
Upvote 0
how do you assign the text box to the cell..the float anywhere? ANd when I try to relabel teh text box number to match they will not accept
 
Upvote 0
I am even trying to instruct the "TextBox" to copy another TextBox, but the formula wont accept. example:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
"TextBox278 = TextBox4" getting a formulaic error message. Don't care about the formula just want to get the later Textboxes to follow the earlier ones Text!!<o:p></o:p>
 
Upvote 0
Hi,

It wouldn't be a formula, you'd need to nest it in a TextBox_Exit event or similar and the line of code would be:

Code:
TextBox1.Value = TextBox2.Value
 
Upvote 0
does this go on teh fx line at teh location of teh 2nd text box? example:

i havea sheet 1 TextBox87..i need sheet2 TextBox342 to replicate teh text of box 87..therfore,

should it read: =sheet1!TextBox87.value=sheet2!TextBox342.value
 
Upvote 0
I also tried this at the fx line of the second text box and it gives me a says "reference is not valid" messgae

(TextBox 342.value)=(sheet1!TextBox 87.value)

however this formaula is exactly what I need to do.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top