K
kingyeti
Halo
I work with PPT97
How can i reach the name of the ms forms that I have
grouped on a slide
Maybe I find a way with VBE
I can have the name of the slide and the name of the
module I have created with that
for i = 1 to application.VBE.VBProject
(1).VBComponents.count
msgbox application.VBE.VBProject(1).VBComponents(i).name
next
maybe with :
for each lstbx in application.VBE.VBproject(1).....
But I didn't find
If somebody can help me, thanks
I work with PPT97
How can i reach the name of the ms forms that I have
grouped on a slide
Maybe I find a way with VBE
I can have the name of the slide and the name of the
module I have created with that
for i = 1 to application.VBE.VBProject
(1).VBComponents.count
msgbox application.VBE.VBProject(1).VBComponents(i).name
next
maybe with :
for each lstbx in application.VBE.VBproject(1).....
But I didn't find
If somebody can help me, thanks