Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by elunderdog

  1. elunderdog

    copy files

    My previous code had some minor glitches here is a revised and improved version, check it out Option Explicit Dim fso, msg, strfolder, container, i, filename strfolder = "C:\Users\bryan\Desktop\new" filename = "C:\Users\bryan\Desktop\new\this.txt" msg = "file: " & "''"&filename&"''" & "...
  2. elunderdog

    copy files

    Hey I might have the right solution to your problem and it comes in one script too. take a look at the code below. copy it and paste it then run it. you definitely want to specify your own parameters 1. create a new folder in your desktop and name it "new" 2. in that folder create a plain-text...

Part and Inventory Search

Back
Top