View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Morten Hvidberg-Knudsen[_2_] Morten Hvidberg-Knudsen[_2_] is offline
external usenet poster
 
Posts: 1
Default Searching for words used in VBA code

Has anybody heard af a Windows Desktop Search "i-filter" (or any other means
for that matter) that enables search-indexing of words in VBA code ?

I often make VBA "goodies" in Excel spreadsheets, but often forget in which
spreadsheet a specific piece of code is stored. Normal windows search cannot
find Excel spreadsheets with specific words in the VBA code. I have for this
reason tried to make a habit of exporting the code to ascii files (.bas), as
such files can be indexed . However it is difficult to be systematic when the
*** has hit the fan, which it often do.

So having Windows Desktop Search indexing words used in in Excel VBA code
would be wonderful.

Best regards

Morten