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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BroSki23454

    Vbscript type mismatch error

    Thanks for the input, I found the issue was that I had the array as Dim tblEmployee(100) when it needed to only store 3 values, so it errored after looping through the 3 values
  2. BroSki23454

    Vbscript type mismatch error

    Its an array
  3. BroSki23454

    Vbscript type mismatch error

    Hello im getting an error that I cant seem to find the solution for and was hoping someone here could help me out. The error message is a type mismatch and has to do with the Wscript.Echo line, thanks for your help . For i = 0 To UBound(tblEmployee) WScript.Echo vbNewLine & "Employee ID:"...

Part and Inventory Search

Back
Top