Check if a sub or a function exist

Viewed 4422

Is there any way to check if a sub or a function exist?

sub mySub()
 'some code
end sub

something like if exist(mySub)

1 Answers
Related