LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Need code for transfering cell value to text box.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
transfering cell values progressively through worksheets Mike1558 Excel Worksheet Functions 8 April 12th 10 08:10 PM
Transfering one cell of word to excel WINDMILL Excel Discussion (Misc queries) 2 November 20th 08 04:44 PM
Transfering informationfrom one cell to another garr Links and Linking in Excel 5 February 21st 05 07:20 AM
transfering information from one cell to another garr Excel Worksheet Functions 8 February 21st 05 01:28 AM
Transfering information to the next free cell in a column Chaudfeu Excel Discussion (Misc queries) 1 February 19th 05 07:18 PM


All times are GMT +1. The time now is 09:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"