Hello,
I am trying to read an Excel file using vbscript. However, at specific cell where the value in the cell is #VALUE! because of failed VLOOKUP call, the vbscript fails with following error:
Microsoft VBScript runtime error: Type mismatch
How should I handle this?
Following is my code...
Hello,
I have a csv file just like bellow.
"filename1","d1","d2","d3","d4",
"filename1","d1","d2","d3","d4",
"filename1","d1","d2","d3","d4",
"filename2","d1","d2","d3","d4",
"filename2","d1","d2","d3","d4",
"filename2","d1","d2","d3","d4",
What I would like to create two files filename1 and...
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.