CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TheGreatCthulhu

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    27,471

    Re: COMException was unhandled

    It's sounds like you don't know what to do with that variable? Just make it a private member field of the class containing the method. You know what I'm talking about?
  2. Replies
    14
    Views
    27,471

    Re: COMException was unhandled

    Hi, cjja; I'm sort of guessing here, but could it be that the order of the parameters is wrong?


    Try changing that to:

    aDoc.SaveAs(ref fileSave, ref fileformat, ref missing, ref missing, ref...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured