+ Reply to Thread
Results 1 to 7 of 7

HRESULT: 0x800AC472

  1. #1
    Registered User
    Join Date
    03-30-2021
    Location
    canada
    MS-Off Ver
    office pro
    Posts
    4

    HRESULT: 0x800AC472

    Hi everyone,
    i have very little experience with programming so please bear with me.

    Lately when ever i'm using excel (home and business 2016) i keep getting this Microsoft.NET Framework error

    Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this error and attempt to continue.
    Exception from HRESULT: 0x800AC472


    Does anyone know how i can fix this problem?

    thanks in advance.

  2. #2
    Forum Contributor frabulator's Avatar
    Join Date
    09-16-2015
    Location
    United States
    MS-Off Ver
    2019
    Posts
    105

    Re: HRESULT: 0x800AC472

    Do you know about code breaks?

  3. #3
    Registered User
    Join Date
    03-30-2021
    Location
    canada
    MS-Off Ver
    office pro
    Posts
    4

    Re: HRESULT: 0x800AC472

    no sorry I don't

  4. #4
    Forum Contributor frabulator's Avatar
    Join Date
    09-16-2015
    Location
    United States
    MS-Off Ver
    2019
    Posts
    105

    Re: HRESULT: 0x800AC472

    Quote Originally Posted by FISHHEAD123 View Post
    no sorry I don't
    Code breaks are when you tell your code when you want to stop and allow for visual step throughs. It is used when you want to see every process that is being taken when you run a code.

    To setup a code break go into your visual basic editor and click in the gray bar next to your code. A dark red dot will appear (please see image below). This is a code break. When you run your code, the code will pause when that break is hit. It will allow you to see what is going on as the code continues. Press F8 to advance your code to see what happens next.

    You can use this to determine exactly when your error is being triggered and what is causing it.

    Attachment 726224

  5. #5
    Registered User
    Join Date
    03-30-2021
    Location
    canada
    MS-Off Ver
    office pro
    Posts
    4

    Re: HRESULT: 0x800AC472

    Great thanks frabulator. i'll check this out!

  6. #6
    Registered User
    Join Date
    03-30-2021
    Location
    canada
    MS-Off Ver
    office pro
    Posts
    4

    Re: HRESULT: 0x800AC472

    I'm looking for the red dot you mention and i don't see this in the editor. Also the the attachment you sent doesn't seem to open at my side.... Do I need to do something other than click it? Sorry if i'm missing the obvious here?

  7. #7
    Forum Contributor frabulator's Avatar
    Join Date
    09-16-2015
    Location
    United States
    MS-Off Ver
    2019
    Posts
    105

    Re: HRESULT: 0x800AC472

    When you click in the gray bar (where the red dot is) the red dot will appear. You need to click where an action is being made, not something being declared.

    Example:

    You CANNOT set a break point at:

    Dim Bob as String

    You CAN set a break point at:

    Bob = "Bob Marley"

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Exception from HRESULT: 0x800A03EC on opening
    By randall78 in forum Excel General
    Replies: 0
    Last Post: 04-03-2019, 07:25 AM
  2. HRESULT: 0x800a9c64 - updating to 64 bit from 32
    By Coleman34 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-23-2015, 04:36 PM
  3. Exception from HRESULT: 0x800A03EC
    By nano2k in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 07-21-2006, 07:20 AM
  4. Exception from HRESULT: 0x800AC472
    By knikkix@yahoo.com in forum Excel General
    Replies: 0
    Last Post: 05-30-2006, 04:10 PM
  5. HRESULT: 0x800A03EC setting DataSource for pivot tables.
    By katherineolson@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-18-2006, 05:00 AM
  6. Error of old type library or unrecognized HRESULT
    By JoKi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-14-2005, 10:10 PM
  7. [SOLVED] Excel returns hresult 0x800A03EC at inserting Hyperlinks (C#)
    By Matthias Kwiedor in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-20-2005, 06:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1