Friday, 7 June 2013

How to export multiple Access Class objects to text from Microsoft Visual Basic for Applications at a time

How to export multiple Access Class objects to text from Microsoft Visual Basic for Applications at a time

I have a lot of access files that have Code Behind event procedures defined using VBA. I want to search this code for a large number of strings.
I can accomplish this by selecting the Access Class object in Microsoft Visual Basic for Applications, right clicking and selecting "Export File..." then running findstr, but I can only export one class object at a time (it takes a very long time).
Is there a way to export multiple Access Class Objects at once, or script it?

No comments:

Post a Comment