Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jhardy325

  1. jhardy325

    use browse for file to locate file and import into array

    I figured it out... I was pre-assigning the array serverName as a dynamic array serverName () Thank you very much!
  2. jhardy325

    use browse for file to locate file and import into array

    Like I said, it's been a very LONG time... Anyway, I still have the same issue. Line: serverName = SPLIT(...) Char: 5 Error: Type mismatch Code: 800A000D I've already declared the array that I need to input the data into (serverName). Here's my snipet. SET oFO =...
  3. jhardy325

    use browse for file to locate file and import into array

    So here is my new snipet of code. Still no workie... oFO.OpenFileOpenDlg wscript.echo oFO.FileName serverName = SPLIT(objFSO.OpenTextFile(oFO.FileName).ReadAll(), vbCrLf) MsgBox join(serverName, vbCrLf) That code also throws a Type Mismath Error for Line serverName = SPLIT(...) Thanks!
  4. jhardy325

    use browse for file to locate file and import into array

    Hey Guys- So I am trying to create a form that requests the user to select a flat text file that has a unique value per line, i.e... test1 test2 test3 test4 ... test11 I have the select file portion executing properly SET objCMN = CreateObject("Useraccounts.CommonDialog") DIM objCMN...

Part and Inventory Search

Back
Top