Thread
:
find letter vrs number
View Single Post
#
4
Posted to microsoft.public.excel.programming
Harlan Grove
external usenet poster
Posts: 66
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?
Reply With Quote
Harlan Grove
View Public Profile
Find all posts by Harlan Grove