Hello out there.
Can someone post a code example on how to show VBE userform with multipage via VBA, containing list of functions in current project, each page for each module correspondingly.
I know how to create userform via VBE, extract module and function names to arrays and put them in multipage, so in editor view userform shows all correct, but when i load it to Excel view via VBA (like VBA.userforms.Add(ufName).Show) - userform and multipage with names of modules in each page are there, but the function names aren't.
Can someone post a code example on how to show VBE userform with multipage via VBA, containing list of functions in current project, each page for each module correspondingly.
I know how to create userform via VBE, extract module and function names to arrays and put them in multipage, so in editor view userform shows all correct, but when i load it to Excel view via VBA (like VBA.userforms.Add(ufName).Show) - userform and multipage with names of modules in each page are there, but the function names aren't.