Windows XP Script Host Error

Asked By 10 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #96488

Windows XP Script Host Error

qa-featured

 

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,

Related Questions