Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default (Worksheet)Listbox1.additem = (Form)Listbox1.value ??

How did you fill the listbox?

ActiveSheet.OleObjects("Listbox1").ListFillRange =
Userform1.Listbox1.RowSource

or
ActiveSheet.OleObjects("Listbox1").Object.List = Userform1.Listbox1.List

are some possibilities.

--
Regards,
Tom Ogilvy


"tj" wrote in message
om...
How can I transfer the items in a listbox that I created on a form to
a listbox that I have created on the worksheet?

Thurman



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
ListBox1. add item myCell.entirerow Vikram Dhemare Excel Discussion (Misc queries) 3 April 8th 08 01:49 AM
UserForm:Resume to ListBox1 damorrison Excel Discussion (Misc queries) 2 August 26th 06 10:10 AM
additem to combobox with an array jocke Excel Discussion (Misc queries) 2 September 29th 05 07:56 PM
Help with: ListBox1.AddItem (ws.Name) Ron de Bruin Excel Worksheet Functions 0 May 18th 05 07:02 PM
additem to listbox built on the fly Tom Ogilvy Excel Programming 1 July 23rd 03 04:25 PM


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