[HELP] About Export excel with vb.net

  • Thread starter Thread starter Jonathan Tong
  • Start date Start date
J

Jonathan Tong

Hi Everyone,

I have wrote a application which using vb.net, i part of problem is if i
export the excel from my PC it will pop up a warning message.
The warning message is
"HRESULT 0x800A03EC"

Anyone knows how to solve it?
Best Regards,

Jonathan Tong
 
Hi Jonathan,

Very difficult to judge just by error code.
But after a little googling there is something i found out.
One thing that u may do ( besides posting the problematic code :-) is pass
System.Reflection.Missing.Value instead of NULL in open or saveAs method -
IF you are using one.

HTH
rawCoder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top