IsText

What imports. do you have to call to get istext to work

Thanks,

Newbiana



Answer this question

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.Excel

    I also located "IsTextSearch" and "IsTextUnicode"



  • IsText