| View previous topic :: View next topic |
| Author |
Message |
Sudesh Guest
|
Posted: Wed Jan 05, 2005 8:52 am Post subject: Excel Automation Error |
|
|
Hello:
What does the following error message mean?
"The Variant does not refer an automation object"
Thanks,
Sudesh
|
|
| Back to top |
|
 |
Hans-Arno Mielsch Guest
|
Posted: Wed Jan 05, 2005 5:49 pm Post subject: Re: Excel Automation Error |
|
|
Probably it means what it says ;-)
Perhaps it helps if you show the code where the error message appears.
.... and the code where the Variant variable is filled.
Happy New Year!
<hipps>
-Hans-Arno
"Sudesh" <sudeshc (AT) vfemail (DOT) net> wrote
| Quote: | Hello:
What does the following error message mean?
"The Variant does not refer an automation object"
Thanks,
Sudesh
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Jan 05, 2005 6:22 pm Post subject: Re: Excel Automation Error |
|
|
"Sudesh" <sudeshc (AT) vfemail (DOT) net> wrote
| Quote: | What does the following error message mean?
"The Variant does not refer an automation object"
|
Exactly what it says. You are trying to access an object via a VARIANT that
does not actually contain an object in the first place.
Gambit
|
|
| Back to top |
|
 |
|