View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg[_39_] Greg[_39_] is offline
external usenet poster
 
Posts: 6
Default Is there a way in VBA to check if a particular Sub exits inThisWorkbook?

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