Hi, I am able to create listbox thru macro by CreateListBox. Now i have to populate it with predefined values, instead of field name. I mean, instead of
Prop.Def.Name = "Circle"
i want to give something like
Prop.Def.Values = "AP,RAJ,DEL"
I dont want to load the predefined values with Script as the values will be decided post load.