Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Sigma Dan,
Two ways: First -no coding. textbox1-properties-linked cell "=whichever cell you want" the other txtbx in sheet2-properties-linked cell "=sheet1!the cell you picked from above" Second-a small bit of coding I relabed the textboxes to txt1 and txt2 for the corresponding worksheets. In the txt1 change event in sheet1 add this: With Worksheets(2) .txt2.Value = txt1.Value End With hth BigPig "Sigma Dan" wrote: I use Excel 2003. I have a text box on worksheet 1 that is used to type in a message. I want to automatically fill in another text box on worksheet 2 with the same message. Anyone know how to do this? Thanks, |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use change event of textbox 1 and set the text of textbox 2 same as text of
textbox1 -- Pranav Vaidya VBA Developer PN, MH-India If you think my answer was useful, please rate this post!! "Sigma Dan" wrote: I use Excel 2003. I have a text box on worksheet 1 that is used to type in a message. I want to automatically fill in another text box on worksheet 2 with the same message. Anyone know how to do this? Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text box insert in Excel - text box lines print on second copy | Excel Discussion (Misc queries) | |||
I want to link, not just copy,Word source text to a text box in Ex | Excel Worksheet Functions | |||
How to input additional text to multiple of existing cells that has text | Excel Worksheet Functions | |||
Excel is automatically doing "text to columns" upon paste text. | Excel Discussion (Misc queries) | |||
How do I create a formula in excel to automatically copy text fro. | Excel Discussion (Misc queries) |