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?
|