View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Word Search in VBE (True/False Solution)

Does anyone know how to search for a word in VBA modules? That is, I want to
do a search for a given word. I want to have a binary solution (True/False).
I want to be able to search all modules in a given workbook. I would also
want to be able to search workbook and worksheet modules as well.

Thanks