Reverse - Link Cell to Textbox
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-05-25T13:42:50Z
Indexed on
2010/05/26
8:21 UTC
Read the original article
Hit count: 168
I have 5 worksheets and a textbox on each worksheet. I would like all the textboxes to display the same value, which would be whatever the user enters in the first textbox. So once a value is entered in textbox1 on sheet1, textbox2 on sheet2, etc. will be populated with the same value.
I'm looking for something like changing linkedcell =WorksheetName!textbox1 although I'm pretty sure that is incorrect.
© Stack Overflow or respective owner