Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / VS Tools for Office / May 2006

Tip: Looking for answers? Try searching our database.

Excel 0x800A03EC

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
=?UTF-8?Q?"Bj=C3=B6rn"<bjornhagstrom@hotmail.com>?= - 25 May 2006 21:03 GMT
Hi, I'm ussing c# and I'm opening an Exceldocument in a webbrowser like:

this.Navigate(url,NavigateOptions.None,null,null,null);
Then in NavigateComplete I get the Excel Application.
        public void axWebBrowser1_NavigateComplete2(object sender, AxSHDocVw.
DWebBrowserEvents2_NavigateComplete2Event e)
{
Object o = e.pDisp;
Object oDocument = o.GetType().InvokeMember("Document",BindingFlags.
GetProperty,null,o,null);
           
oApplication = o.GetType().InvokeMember("Application",BindingFlags.
GetProperty,null,oDocument,null);

m_Excel=(Excel2.Application)oApplication;

All works fine and the xls is shown,but Im not able to save any changes made
in the document,it throwns the exeption 0x800A03EC.

Has anyone any ideas to what causes this?!?
Any help would be sooo great!
Paulo X - 27 May 2006 16:45 GMT
Try use System.Reflection.Missing.Value instead of null in parameters
passed to Save method.

Björn wrote:

> Hi, I'm ussing c# and I'm opening an Exceldocument in a webbrowser like:
>
[quoted text clipped - 17 lines]
> Has anyone any ideas to what causes this?!?
> Any help would be sooo great!

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.