Is there a way in VBA to check if a particular Sub exits inThisWorkbook?

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

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
 
Back
Top