Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Putting Cell contents into a TextBox?

Hi ppl, can some1 tell me how you display whatever is in cell A2 into a
Textbox on form? I have created the form. I.e. I have the user input two
numbers and then I want to answer to be displayed in the thirf textbox.

TIA,
Rog


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Putting Cell contents into a TextBox?

TextBox1.Value = Range("B1")

"PEno1" wrote:

Hi ppl, can some1 tell me how you display whatever is in cell A2 into a
Textbox on form? I have created the form. I.e. I have the user input two
numbers and then I want to answer to be displayed in the thirf textbox.

TIA,
Rog



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Putting Cell contents into a TextBox?

TextBox1.Text = Range("A2")



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Reply
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
copy cell contents to a textbox 255 characters mcadle Excel Programming 7 September 7th 04 07:39 AM
Copy textbox contents Stuart[_5_] Excel Programming 2 August 15th 04 06:57 PM
putting validation to TextBox in the userform salihyil[_6_] Excel Programming 1 February 26th 04 12:10 PM
putting validation to TextBox in the userform salihyil[_8_] Excel Programming 1 February 26th 04 10:59 AM
clear textbox contents dirt Excel Programming 1 January 27th 04 04:25 AM


All times are GMT +1. The time now is 07:47 AM.

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

About Us

"It's about Microsoft Excel"