Viewing 4 posts - 1 through 4 (of 4 total)
Hey Cliff,
Found my last issue, I did not have the trailing " \ " for my global variable archive path. Man I hate getting hung up on dumb stuff!! When...
December 12, 2007 at 6:26 pm
Hey Cliff,
I found one of my issues in the excel files themselves, the sheets should have been all named the same, it was not looking for the previous file it...
December 12, 2007 at 6:12 pm
The code below is my first issue please see comments as to how I have picked at it.
' 246 (Loop Around)
Option Explicit
Function Main()
dim pkg
dim stpbegin
dim fso
dim fil
dim fold
set pkg =...
December 10, 2007 at 4:22 pm
I am attempting to modify the looping and archiving code to import several excel files each with a different name. One file goes in just fine then it hangs on...
December 9, 2007 at 2:26 pm
Viewing 4 posts - 1 through 4 (of 4 total)