Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Populate a cell from a text box.

Hi all,

No doubt a simple question!

I have a vb form into which the user types a value.

Various calculations happen in the vb code which produces a string.

I want to place that string into a cell on a worksheet. Does anybod
know how to do it?

Thanks

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Populate a cell from a text box.

Just use something like

Worksheets("Sheet1").Range("A1").Value = the_string_variable


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Unknown_User "
wrote in message
...
Hi all,

No doubt a simple question!

I have a vb form into which the user types a value.

Various calculations happen in the vb code which produces a

string.

I want to place that string into a cell on a worksheet. Does

anybody
know how to do it?

Thanks!


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Populate a cell from a text box.

......thanks!

I feel good 'cos I've tried to work this out for ages.

I feel dumb 'cos the answer is so simple.

Thanks again

--
Message posted from http://www.ExcelForum.com

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
How do I populate text from one page to several others? Wtcthsky Excel Worksheet Functions 2 June 8th 09 04:26 AM
Text box does not populate linked cell Joe Wildman[_2_] Excel Worksheet Functions 2 February 15th 09 03:55 PM
populate cell with muti lingual text JohnAin Excel Worksheet Functions 1 January 3rd 08 05:41 PM
populate cell on worksheet 2 if text is red on worksheet 1 SCrowley Excel Worksheet Functions 14 May 15th 07 09:28 PM
Populate list or text box Hank Hendrix Excel Programming 1 April 26th 04 11:57 PM


All times are GMT +1. The time now is 03:44 PM.

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"