System Error &H80004005 (-2147467259)

P

Peo Sjoblom

LOL! Do you really want any help with this? Don't you think it would be
prudent to be a bit more forthcoming in what caused this error to appear
etc? We should bring back the people that created the Enigma to decrypt
these messages.

--


Regards,


Peo Sjoblom
 
C

Chip Pearson

It doesn't take an Enigma machine to decrypt the error message, just a trip
to www.cpearson.com/Excel/FormatMessage.aspx. That page has some VBA code
that wraps up the API functions to get the system-defined error text for a
Windows API error number (Err.LastDLLError, not Err.Number).

Unfortunately, this particular error number is like a VBA 1004 -- it
indicates only that *something* went wrong with no clue as to *what* went
wrong. The system text for this error number is "Unspecified error". You'd
think that MS would give better, more meaningful error numbers, none of this
generic crap. An error is a Long, so you have 4 billion different values.
They could have assigned a unique error number of every single line of code
in all of Windows and still have items left over.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)
 
P

Peo Sjoblom

Chip Pearson said:
It doesn't take an Enigma machine to decrypt the error message, just a
trip to www.cpearson.com/Excel/FormatMessage.aspx. That page has some VBA
code that wraps up the API functions to get the system-defined error text
for a Windows API error number (Err.LastDLLError, not Err.Number).

Unfortunately, this particular error number is like a VBA 1004 -- it
indicates only that *something* went wrong with no clue as to *what* went
wrong. The system text for this error number is "Unspecified error".
You'd think that MS would give better, more meaningful error numbers, none
of this generic crap. An error is a Long, so you have 4 billion different
values. They could have assigned a unique error number of every single
line of code in all of Windows and still have items left over.


I meant that the OP could have been more thorough in describing in which
situation the error occurred
 
G

Guest

Hi ,

I put all steps, but I see that the title only posted.
I have ab add-in that I use many years. When I start it I get the Error.
"System Error &H80004005 (-2147467259)"
When clicking the help I see :
Excel Developer Home > Visio > Visio 2007 Automation Reference > Visual
Basic for Applications Language Reference > Visual Basic Language Reference >
Error Messages
System error 'item'

After clicking ok I get :
"Out of memory"
Again help and :
Excel Developer Home > Visio > Visio 2007 Automation Reference > Visual
Basic for Applications Language Reference > Visual Basic Language Reference >
Error Messages "Out of memory (Error 7)"
I spoke to the programer and said that it works ok in Excel 2007.

Hope it is clear now.

Please help.

itzik
 
I

Ian Digby

For anyone who receives error messages when loading Excel add-ins that have worked before, especially in the context of upgrades to Office 2007, may I suggest this excellent site whch addresses the problem in details and in my case, provided the solution:

http://www.add-ins.com/how_to_repair_office.htm

It's all about deleting temporary files and using the Office repair tools.

Hi,
How do I solve this Error ?
On Friday, October 12, 2007 6:22 PM FSt wrote:
hi
what caused the error? or what were you doing when the error occured?

FSt1

"Itzik" wrote:
//en.wikipedia.org/wiki/Enigma_machine[/url]



Peo Sjoblom wrote:
 

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

Top