How to Copy Textbox Data into Cell or Link to AnotherTextbox

Lace29M

New Member
Joined
Jul 20, 2007
Messages
5
On Worksheet1, I have a text box [ .Shapes("Account") ] for data entry. The data entry into this box can change at any time. Any data filled into this text box drawing needs to be populated into another text box drawing on Worksheet2 [ .Shapes("AssignedAcct") ]. I am not sure if there is a way to copy the data entered or if there is a way to link the two text boxes. Please help! Thank you.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Could you make a recommendation on how to do this, if the data is being entered into TextboxDrawing1 on Worksheet1 (to autopopulate TextboxDrawing2 on Worksheet2) and never entered into a cell?

Sorry, but I am new to VB...
 
Upvote 0
was your textbox was created with the Control Toolbox?

if so, have you set a Linked Cell in the properties? set both to the same cell.
entering data in to either text box will change both
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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