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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lokiloki

    Still trying to copy a folder

    Thank you strongm and scarfhead for your help. I was able to accomplish what I needed. I know that I will have some more related questions next week, because of some additional development that I will be attempting, and I hope that you will both be as helpful as you were this time. Thanks again...
  2. lokiloki

    Still trying to copy a folder

    Here is where I am at right now Dim fs As Object Private Sub create_Click() Set fs = CreateObject("Scripting.FileSystemObject") fs.CopyFolder "c:\test1\whatever", "c:\test2" End Sub I do not get an error but nothing else happens either. I want to get the folder...
  3. lokiloki

    Still trying to copy a folder

    Hi I had some good suggestions when I posted this question earlier but I still have not been able to either copy a folder from one location to another through VB or create a new folder. I was told to use DIM FSO as NEW FileSystemObject FSO.CreateFolder "FolderPath" but I can't get...
  4. lokiloki

    Can I create a VB app that will create folders?

    Hi Does anyone have an example of a VB app that will create folders in my directory. The problem is that I have an access datbase in which I enter information on problem tickets and for every ticket that I create, I must go to a certain directory and copy four generic folders along with their...
  5. lokiloki

    Want Datediff minus the weekends

    I need to calculate the number of days between a start date and an end date but I only want weekdays included. I need some code that will take out the weekends.

Part and Inventory Search

Back
Top