Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default Placement question

When I click on the Finished button on my UserForm, I want the ListBox1 Text
to go into the active cell and TextBox1 text to go into the cell immediately
below that and TextBox2 text to go into the cell immediately below that.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default Placement question

Hi

the code would be

activecell.value = listbox1.value
activecell.offset(1,0).value = textbox1
activecell.offset(2,0).value = textbox2

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Patrick Simonds" wrote in message
...
When I click on the Finished button on my UserForm, I want the ListBox1
Text to go into the active cell and TextBox1 text to go into the cell
immediately below that and TextBox2 text to go into the cell immediately
below that.



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
Picture Placement pkenny Excel Discussion (Misc queries) 1 June 6th 06 05:24 PM
Name Placement lsmft Excel Discussion (Misc queries) 7 March 2nd 06 12:16 AM
Tab placement Spiff Excel Discussion (Misc queries) 1 September 15th 05 02:04 PM
Cursor placement Randy New Users to Excel 1 July 11th 05 02:01 PM
Bar placement Beto[_3_] Excel Programming 2 January 15th 04 05:15 PM


All times are GMT +1. The time now is 03:51 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"