Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Matt,
Below is the code which will do the work ... Option Explicit Private Sub TextBox1_Change() 'if Cell F5 contains the final calculation TextBox1.Text = Range("F5").Value End Sub Private Sub Worksheet_Change(ByVal Target As Range) Call TextBox1_Change End Sub HTH Carim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
transfering cell values progressively through worksheets | Excel Worksheet Functions | |||
Transfering one cell of word to excel | Excel Discussion (Misc queries) | |||
Transfering informationfrom one cell to another | Links and Linking in Excel | |||
transfering information from one cell to another | Excel Worksheet Functions | |||
Transfering information to the next free cell in a column | Excel Discussion (Misc queries) |