I need to search my VBA code for several different functions such as curdir(), instr() and so on.
Does anybody know a way to to do it through some VBA code ?
I could of course use the normal search dialog, but it can only take one word in a search.
I guess I will have a table with all the words I would like o find in my code, at then call a VBA function, that can scan all VBA code in a database for alle the words in the table.
Does anybody know a way to to do it through some VBA code ?
I could of course use the normal search dialog, but it can only take one word in a search.
I guess I will have a table with all the words I would like o find in my code, at then call a VBA function, that can scan all VBA code in a database for alle the words in the table.