Connecting Tech Pros Worldwide Help | Site Map

Error: Invalid Procedure call or argument

  #1  
Old August 11th, 2006, 01:55 AM
Eric
Guest
 
Posts: n/a
I run a program which read emails from a text file. There is some thing
invalid in one or more text file. When program is busy doing parsing it
shows that error and process stop. I dont know which text file has that
error. Is it possible that i can handle that error during processing
some thing i mean ignore line, email so that my process will not be
interrupt.


Error: Invalid Procedure call or argument
Run time error 5


I want to handle this error by means of skip that line, email or any
thing but not to stop the parsing.

  #2  
Old August 11th, 2006, 03:55 AM
pietlinden@hotmail.com
Guest
 
Posts: n/a

re: Error: Invalid Procedure call or argument


Might help maybe just a little bit if you let us in on a BIG secret.
The actual CODE that's causing the error. Think of this NG this way...
if you want an answer you can use, provide just enough information so
that anyone reading your post can at least accurately recreate the
problem you're having. Otherwise you're pissing in the wind.

  #3  
Old August 11th, 2006, 03:55 AM
pietlinden@hotmail.com
Guest
 
Posts: n/a

re: Error: Invalid Procedure call or argument


ON Error Resume Next, maybe?

  #4  
Old August 11th, 2006, 04:05 AM
Lyle Fairfield
Guest
 
Posts: n/a

re: Error: Invalid Procedure call or argument


pietlinden@hotmail.com wrote in news:1155265184.830339.248180
@i3g2000cwc.googlegroups.com:
Quote:
Might help maybe just a little bit if you let us in on a BIG secret.
The actual CODE that's causing the error. Think of this NG this way...
if you want an answer you can use, provide just enough information so
that anyone reading your post can at least accurately recreate the
problem you're having. Otherwise you're pissing in the wind.
I like you, Piet.

--
Lyle Fairfield
  #5  
Old August 11th, 2006, 10:25 AM
pietlinden@hotmail.com
Guest
 
Posts: n/a

re: Error: Invalid Procedure call or argument



Lyle Fairfield wrote:
Quote:
pietlinden@hotmail.com wrote in news:1155265184.830339.248180
@i3g2000cwc.googlegroups.com:
>
Quote:
Might help maybe just a little bit if you let us in on a BIG secret.
The actual CODE that's causing the error. Think of this NG this way...
if you want an answer you can use, provide just enough information so
that anyone reading your post can at least accurately recreate the
problem you're having. Otherwise you're pissing in the wind.
>
I like you, Piet.
>
--
Lyle Fairfield
LOL. Why's that? Because I'm starting to sound like you? Or am I the
only one that gets tired of listening to "it doesn't work [but I was
too lazy to (a) check the help file (b) test things out (c) provide a
complete description of what's going on... Maybe that's the burned out
tech support geek in me coming out.

  #6  
Old August 11th, 2006, 11:25 AM
Terry Kreft
Guest
 
Posts: n/a

re: Error: Invalid Procedure call or argument


You're not the only one, it's just that the rest of us are so mature we
never let our feelings overcome our desire to help. (Phht, yeh, right!)

I can't think of any regular (or slightly irregular) contributor who doesn't
think that.

--

Terry Kreft


<pietlinden@hotmail.comwrote in message
news:1155288624.177401.283090@74g2000cwt.googlegro ups.com...
Quote:
>
Lyle Fairfield wrote:
Quote:
pietlinden@hotmail.com wrote in news:1155265184.830339.248180
@i3g2000cwc.googlegroups.com:
Quote:
Might help maybe just a little bit if you let us in on a BIG secret.
The actual CODE that's causing the error. Think of this NG this
way...
Quote:
Quote:
Quote:
if you want an answer you can use, provide just enough information so
that anyone reading your post can at least accurately recreate the
problem you're having. Otherwise you're pissing in the wind.
I like you, Piet.

--
Lyle Fairfield
>
LOL. Why's that? Because I'm starting to sound like you? Or am I the
only one that gets tired of listening to "it doesn't work [but I was
too lazy to (a) check the help file (b) test things out (c) provide a
complete description of what's going on... Maybe that's the burned out
tech support geek in me coming out.
>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shell run-time error 5, invalid procedure call or argument dennijr answers 22 August 10th, 2009 01:12 PM
"Invalid procedure call or argument (Error 5)" while opening Word Document AparnaKulkarni answers 0 March 29th, 2007 11:59 AM
Invalid Procedure Call or Argument (Left, Mid, etc.) mork answers 6 November 12th, 2005 05:48 PM
Invalid procedure call or argument: 'InStr' john@munsey.net answers 1 August 11th, 2005 01:15 PM