hi all,
how can I access the names of all the modules I have in
excel 97.
I have a handful of modules in my VBAProject(Personal.xls) file and am trying to write a code that iterates and returns the name of each module.
I'm using
ThisWorkbook.VBProject.VBComponents
but am stuck as there no 'modules' object collection.
Any help greatly appreciated. Thanks. Peace!
how can I access the names of all the modules I have in
excel 97.
I have a handful of modules in my VBAProject(Personal.xls) file and am trying to write a code that iterates and returns the name of each module.
I'm using
ThisWorkbook.VBProject.VBComponents
but am stuck as there no 'modules' object collection.
Any help greatly appreciated. Thanks. Peace!