I would like the program to look for a specific file on the C: and if there to append it. I have tested the appending portion of the code and all is well there. However when writing the if-then portion of code I am getting errors when trying to step through, this is the troublesome bit of code:
If "C:\GROUP1" = True Then
I am sure there is something I am missing or not doing right here. If this file is there, then append it, if not skip it and move on to the next file. I have 10 files the code will be looking for and moving through.
Thanks!
If "C:\GROUP1" = True Then
I am sure there is something I am missing or not doing right here. If this file is there, then append it, if not skip it and move on to the next file. I have 10 files the code will be looking for and moving through.
Thanks!