I have VB 6 application which read excel file as input file and generate excel .csv file as output, This is working fine on windows-xp, windows 7. But when i run application in windows 8.1 it is giving error as
Run-time error '1004':
Method '~' of object '~' failed.
I am using MS Excel 2013.
what could be reason for this.
Thanks in advance.
If you are running from a compiled .exe, switch to running the source code in the VBA IDE to see the failure point.