View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MiM MiM is offline
external usenet poster
 
Posts: 3
Default validation if a string is a proper function's name

Hello from Poland!

I am building a module with VBA, where sub's names are defined in
worksheet's cells. I need to determine if a string entered into cell can be
a proper VBA function name. I don't want to iterate and check each character
in a string. I think rather about any internal excel function or errors
trapping.
Any ideas?