Asked By
lizgriffinn
10 points
N/A
Posted on - 08/23/2011
I am using Visual Basic, and I am trying to make one calculator that can add some number, multiply those numbers and some such type of other functions.
After creating this simple application I try to compile it but I can’t compile.
For this purpose I use excel built in template. Below error is appeared.
Complete Detail of Error is here for your understanding.
Windows Script Host
Script:Â Â Â C:hdExcel.vbs
Line:Â Â Â Â Â Â 9
Char       1
Error:Â Â Â Â Â Â 0x80041017
Code:Â Â Â Â Â Â 80041017
Source:Â Â Â Â (null)Â Â Â
                                                                       OK
Any one tell me how can I remove this error.
Windows XP Script Host Error
Â
Hi Liz,
That’s error was unknown. Unless give me the exact details about your error. So I suggest recheck your work if you have did something wrong about your program. Then analyzed your coding what was the error cause. Or analyze your arrays if possible. Also check the syntax if possible then find what the cause of error was.
Script:Â Â Â C:hdExcel.vbs
Line:Â Â Â Â Â Â 9
Char       1
Error:Â Â Â Â Â Â 0x80041017
Code:Â Â Â Â Â Â 80041017
Source:Â Â Â Â (null)Â Â Â
Â
Go back to your script. As you see in your error message box. Take a look in source of error. It may be in SQL, Character, Device, Modem, Object pattern, pointer, string, null-terminated string. There are a lot of source of error. So I suggest review your work. Thanks,