I’m using multiple forms in excel vba and each form for itself works nicely.
I’ve created frmMainMenu to call these forms and whenever I call some of them, listboxes in them are not filled with data.
Codes for fill data in listboxes are written in Modules. Each form has it’s own Module where I wrote lot of codes.
Does anyone have idea what’s wrong? Is there some rule?
Since I pull data via ADODB connection, I’ve done debugging of rs! and all data is present, but listbox keeps empty.
Of course, whenever I run form directly, I have data in listboxes. The same is happening with everything connected to the Modules.
Djordje Dragic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.