Software Development Network>> Visual Basic>> IsText
What imports. do you have to call to get istext to work
Thanks,
Newbiana
The Microsoft.VisualBasic.Information class has several "Is" methods of which "IsText" is not one of them...You could use IsNumeric and expect false for text...
The only "IsText" methods that I could locate are found in:
Microsoft
I also located "IsTextSearch" and "IsTextUnicode"
IsText
Ger van der Kamp
The Microsoft.VisualBasic.Information class has several "Is" methods of which "IsText" is not one of them...You could use IsNumeric and expect false for text...
The only "IsText" methods that I could locate are found in:
Microsoft
.Office.Interop.ExcelI also located "IsTextSearch" and "IsTextUnicode"