View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc
Amit Shanker[_2_] Amit Shanker[_2_] is offline
external usenet poster
 
Posts: 11
Default ToDo utility in Excel VBA?

Hi,

Does anybody know of an Excel utility that would scan all code in a VBA
project, and come up with a list of ToDo items? I know such utilities are
available for many programming languages/tools.

The rationale behind this request is to, for example, insert ToDo statements
in a project while coding, so that I do not forget to complete some task
later on.

Thanks,
Amit