Hi,
I am very new to VBA and having issue with listbox.
for example
Formname = Main shows in VB as Form_MAin
Listbox = JobStatus
Multi Column
I have a function in a module
Public Function FillStatusList()
With Form_Main.JobStatus
.ColumnCount = 2
.RowSourceType = "Value List"...