Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default What is RunTime Error '1004'?

I've tried looking this up in the NG and the KB to see if I could pin it
down, but it seems to be a chameleon, giving a different message depending
on the circumstances. So what error is it actually detecting? (I was doing
a Find through each worksheet. Some sheets had an exact match, some had a
partial match, some had no match. A match gave err.number=0, no match was
91. What would the 1004 be trying to tell me?)

Ed


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default What is RunTime Error '1004'?

Ed,

'1004' is a very generic error condition that simply means
"something went wrong". It arises in dozens of circumstances.
Perhaps you could post the problematic code and identify what
line of code is causing the error.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Ed" wrote in message
...
I've tried looking this up in the NG and the KB to see if I
could pin it
down, but it seems to be a chameleon, giving a different
message depending
on the circumstances. So what error is it actually detecting?
(I was doing
a Find through each worksheet. Some sheets had an exact match,
some had a
partial match, some had no match. A match gave err.number=0,
no match was
91. What would the 1004 be trying to tell me?)

Ed




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default What is RunTime Error '1004'?

Hi
best to post your code. I would assume no match was found at all. Use on
error resume next to deal with such errors.

"Ed" wrote:

I've tried looking this up in the NG and the KB to see if I could pin it
down, but it seems to be a chameleon, giving a different message depending
on the circumstances. So what error is it actually detecting? (I was doing
a Find through each worksheet. Some sheets had an exact match, some had a
partial match, some had no match. A match gave err.number=0, no match was
91. What would the 1004 be trying to tell me?)

Ed



  #4   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default What is RunTime Error '1004'?

Thanks, Chip. I had the error worked around already. I was mainly asking
for my own information, thinking it might have meant something specific I
should deal with. However, since this *IS* MS, I should have known better.

Ed

"Chip Pearson" wrote in message
...
Ed,

'1004' is a very generic error condition that simply means
"something went wrong". It arises in dozens of circumstances.
Perhaps you could post the problematic code and identify what
line of code is causing the error.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Ed" wrote in message
...
I've tried looking this up in the NG and the KB to see if I
could pin it
down, but it seems to be a chameleon, giving a different
message depending
on the circumstances. So what error is it actually detecting?
(I was doing
a Find through each worksheet. Some sheets had an exact match,
some had a
partial match, some had no match. A match gave err.number=0,
no match was
91. What would the 1004 be trying to tell me?)

Ed






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Runtime error 1004 JR Excel Discussion (Misc queries) 2 November 21st 08 08:29 PM
runtime error '1004' Steve Excel Discussion (Misc queries) 1 April 28th 06 08:58 PM
Runtime Error '1004' [email protected] Excel Discussion (Misc queries) 2 July 18th 05 06:10 AM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM
Runtime Error 1004 Don[_7_] Excel Programming 2 September 16th 03 08:32 AM


All times are GMT +1. The time now is 08:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"