I have a problem with an exel file. I work in a company and we use a file to analyze employee performance. When I open the file and enter the parameters of the day and time to see the productivity, exel reworks the file (connecting to an internet page of the company system) returning me the error Run-time error 13 type mismatch. The string code is:
NumRows = UBound(DataRange). I have analized the string in "Watch Windows" and the result is:
Expression Value Type
NumRows 0 Long
UBound(DataRange) type mismatch Integer
What is the problem? My colleagues don't have this problem. Thanks so much.
NumRows = UBound(DataRange). I have analized the string in "Watch Windows" and the result is:
Expression Value Type
NumRows 0 Long
UBound(DataRange) type mismatch Integer
What is the problem? My colleagues don't have this problem. Thanks so much.