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
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:"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.