Processing VBA module

  • Thread starter Thread starter Sylvestre
  • Start date Start date
S

Sylvestre

Hello

I need to collect all the string contained in the
"MsgBox" order in my vba module
How can I process module, from VBA ?

Thank you
 
Hi,
you can write such procedure, look at module object in access help file,
this will give you some idea.
 
Back
Top