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 Rhinorhino 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 MattNewToVB

  1. MattNewToVB

    file count in VB

    Swi, works well. thanks for your help. Matt
  2. MattNewToVB

    file count in VB

    Hi Swi, The code works well, is there a way to keep the HTML screen open with out it closing and reopening, to just do a refresh ? Thanks Matt
  3. MattNewToVB

    file count in VB

    Hi, i am new to VBscript, i have a simple script to count files in set folders. Set objFS = CreateObject("Scripting.FileSystemObject") strFolder1 = "C:\f1" strFolder2 = "C:\f2" strFolder3 = "C:\f3" Set objFolder1 = objFS.GetFolder(strFolder1) Set objFolder2 = objFS.GetFolder(strFolder2) Set...

Part and Inventory Search

Back
Top