I have a form that saves an excel file. Mysterious because the fatal error that the users encountered does not appear in my computer nor to my co-programmers'. It appears right after the putfile code where a window browser pops up and when you click save, the fatal error occurs but the program continues to execute without any further errors. The output is correct.
lcFilename = Putfile( "Save As", lcPath+ lcTranID, "xlsx" )
I tried just xls as file format but the error still occurred. I can't do Set step on because the error does not appear in my machine. I also thought maybe because I have Windows 10 but I tried to run the program to my co-programmer who uses win 8.1, the error didn't appear in her computer. Please see the attached image for reference. I have been googling since yesterday but failed to find a solution.
lcFilename = Putfile( "Save As", lcPath+ lcTranID, "xlsx" )
I tried just xls as file format but the error still occurred. I can't do Set step on because the error does not appear in my machine. I also thought maybe because I have Windows 10 but I tried to run the program to my co-programmer who uses win 8.1, the error didn't appear in her computer. Please see the attached image for reference. I have been googling since yesterday but failed to find a solution.