View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rachel Rachel is offline
external usenet poster
 
Posts: 113
Default array: subscript out of range

Oops... caught a spelling error:

Line Input #lngInputFile, strInText
strArray = Split(strInTest, "~")


Duh. Of course, that probably won't be the only problem i run into, but at
least I caught (belatedly) one thing...

rachael