Dear All,
I am Constructing a macro command on Excel.
My Macro Must Create some comboboxes and then fill them with some data from a sheet.
The first step is completed (creating comboboxes)
The Problem Is how to fill them with data.
Because they are creating dynamically and i don't know on design mode how many will be created and their names.
If i use in design mode the property additem like this: Combobox1.Additems "testing"
It refuses to compile it, because the combobox1 doesn't exists.
So I Would like some help.
Thank you very much everybody
I am Constructing a macro command on Excel.
My Macro Must Create some comboboxes and then fill them with some data from a sheet.
The first step is completed (creating comboboxes)
The Problem Is how to fill them with data.
Because they are creating dynamically and i don't know on design mode how many will be created and their names.
If i use in design mode the property additem like this: Combobox1.Additems "testing"
It refuses to compile it, because the combobox1 doesn't exists.
So I Would like some help.
Thank you very much everybody