View Full Version : Missing RowSource
newjedi
01-24-2008, 03:14 PM
I am adding a listbox to my excel program I am working on. When I go to populate the RowSource the property is not there. Am I missing something?
Bob Phillips
01-24-2008, 03:57 PM
Is it an ACtiveX listbox? If so, look for ListFillRange.
newjedi
01-24-2008, 07:04 PM
Thanks for the answer checked and ListFillRange is there.
mikerickson
01-24-2008, 09:49 PM
The RowSource property is not supported on Mac. The work-around I use is
UserForm1.ListBox1.List = Application.Transpose(Range("A1:A10").Value)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.