Recent content by ProgrammerTed

  1. P

    FSO CopyFile Problem

    I think I figured it out. Nevermind.
  2. P

    FSO CopyFile Problem

    Hello Everyone! This seems like such straight forward code that I can't fgure out what the heck is going wrong. Here's the code: ********** BEGIN CODE *************** Set fs = CreateObject("Scripting.FileSystemObject") For intCurrentRow = 0 To lstDocuments.ListCount - 1...
Back
Top Bottom