View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Harlan Grove Harlan Grove is offline
external usenet poster
 
Posts: 66
Default find letter vrs number

"Tom Ogilvy" wrote...
....
Function retText(var)
retText = ""
If VarType(retText) = 8 Then

....

If you've just set retText to "", it's guaranteed to be a string, isn't it?
If so, isn't the following If test superfluous?