Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have found some code to copy a cells data to a textbox as shown below. what
I require is the reverse, to copy the textbox data to a cell? Private Sub Commandbutton1_click() worksheets("Sheet2").Textbox1.Text = _ Worksheets("Sheet1").Range("B9").Text End sub I am using excel 2000 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy text cell & change text color conditionally | Excel Programming | |||
text box insert in Excel - text box lines print on second copy | Excel Discussion (Misc queries) | |||
Copy text from Ms Access record to Excel text box | Excel Programming | |||
I want to link, not just copy,Word source text to a text box in Ex | Excel Worksheet Functions | |||
open some txt files ,find text , copy the text before that to a single cell | Excel Programming |