Hey everyone
I searched the forum for possible answer to my question but came short...
I have an excel to txt parser which worked fine on win2000, but when I transfered it to windows XP we came upon this problem. When we try to parse excel file this error comes up, it does not mention particular dll, not sure if I am missing something in properties, preferences or something third...
since obviously I am not too farmiliar with VB or possible causes of this I sincerely hope someone might help...
prog starts, then comes to line where it is supposed to open excel file:
/code
Set wSource = Workbooks.Open(Trim(Start.Text1.Item(0)), False, True)
/code
and there it breaks and reports error in topic.
it was written in visual basic 6.0
I searched the forum for possible answer to my question but came short...
I have an excel to txt parser which worked fine on win2000, but when I transfered it to windows XP we came upon this problem. When we try to parse excel file this error comes up, it does not mention particular dll, not sure if I am missing something in properties, preferences or something third...
since obviously I am not too farmiliar with VB or possible causes of this I sincerely hope someone might help...
prog starts, then comes to line where it is supposed to open excel file:
/code
Set wSource = Workbooks.Open(Trim(Start.Text1.Item(0)), False, True)
/code
and there it breaks and reports error in topic.
it was written in visual basic 6.0