ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   help with rowsource (https://www.excelbanter.com/excel-programming/311315-help-rowsource.html)

GMet

help with rowsource
 
I have a form with a listbox. Before opening the form I create a public
array. I want to use the array as the rowsource for the listbox.

MyForm.Listbox1.RowSource = MyArray

does not work.

How do I do that?

TIA

Glen



Tom Ogilvy

help with rowsource
 
You don't use the rowsource

MyForm.Listbox1.List = MyArray

--
Regards,
Tom Ogilvy

"GMet" wrote in message
...
I have a form with a listbox. Before opening the form I create a public
array. I want to use the array as the rowsource for the listbox.

MyForm.Listbox1.RowSource = MyArray

does not work.

How do I do that?

TIA

Glen





GMet

help with rowsource
 
What do I use?


"Tom Ogilvy" wrote in message
...
You don't use the rowsource

MyForm.Listbox1.List = MyArray

--
Regards,
Tom Ogilvy

"GMet" wrote in message
...
I have a form with a listbox. Before opening the form I create a public
array. I want to use the array as the rowsource for the listbox.

MyForm.Listbox1.RowSource = MyArray

does not work.

How do I do that?

TIA

Glen







Jean-Yves[_2_]

help with rowsource
 
Hi,

something like listbox1.List = myArray
Regards,
JY

"GMet" wrote in message
...
I have a form with a listbox. Before opening the form I create a public
array. I want to use the array as the rowsource for the listbox.

MyForm.Listbox1.RowSource = MyArray

does not work.

How do I do that?

TIA

Glen





Tom Ogilvy

help with rowsource
 
I gave you the proper code.

--
Regards,
Tom Ogilvy

"GMet" wrote in message
...
What do I use?


"Tom Ogilvy" wrote in message
...
You don't use the rowsource

MyForm.Listbox1.List = MyArray

--
Regards,
Tom Ogilvy

"GMet" wrote in message
...
I have a form with a listbox. Before opening the form I create a

public
array. I want to use the array as the rowsource for the listbox.

MyForm.Listbox1.RowSource = MyArray

does not work.

How do I do that?

TIA

Glen










All times are GMT +1. The time now is 06:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com