View Single Post
  #2 (permalink)  
Old September 20th, 2007, 07:02 AM
mmcdonal mmcdonal is offline
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

When you say you are using arguments, I assume that you are passing them in using a DOS-type command line. Is that correct? If so, what do the arguments look like (Sorry if I missed them in all that text).

Is this where the code is going wrong?

For i = 0 To objArgs.Count - 1
    strFile = objArgs(i)



mmcdonal
Reply With Quote