View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Is there a way in VBA to check if a particular Sub exits in ThisWo

Dear Greg

Please refer http://www.cpearson.com/Excel/vbe.aspx

If this post helps click Yes
---------------
Jacob Skaria


"Greg" wrote:

I would like to be able to have my program check to see if a custom
Subroutine with a particular name exists in ThisWorkbook of VBA
Project (Book1) and call it if it exists. Is there a way to do this?

Greg