#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default text box

How do I get data that I enter in the "text box" to show in collumn A1
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default text box

Which "text box" - how is it created = Forms or Control Toolbar?

"ekkeindoha" wrote:

How do I get data that I enter in the "text box" to show in collumn A1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default text box

You could use this in the Click event of the userform
Const columnA1 = "A1"
Range(columnA).Value = Me.Textbox1.Text

"ekkeindoha" wrote:

How do I get data that I enter in the "text box" to show in collumn A1

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default text box

opps try this
Const columnA1 = "A1"
Range(columnA1).Value = Me.Textbox1.Text
"Mike" wrote:

You could use this in the Click event of the userform
Const columnA1 = "A1"
Range(columnA).Value = Me.Textbox1.Text

"ekkeindoha" wrote:

How do I get data that I enter in the "text box" to show in collumn A1

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
Sumif text is contained winthin a longer text string in a cell Johnny M[_2_] Excel Worksheet Functions 3 March 21st 07 02:50 PM
Text does not display in "Text boxs" and when wrapping text in a c Esteban Excel Discussion (Misc queries) 1 March 8th 07 11:59 PM
convert a range of lowercase text to upper text or vice versa jackdaw Excel Worksheet Functions 2 May 16th 05 09:31 PM
want to remove all text characters equal to one character in length from text string [email protected] Excel Worksheet Functions 1 April 18th 05 12:25 AM
Macro or Function to make text size to suite text Length? lbbss Excel Discussion (Misc queries) 4 December 14th 04 07:53 PM


All times are GMT +1. The time now is 09:19 PM.

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"