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. Mongrel99

    PLEASE HELP!!!!! Can anyone tell me what this script does please

    Thank you for your time in trying to explain the script to me. Is there any way you could explain what the script is doing per paragraph? Reason being, I need to identify what this script does because there are other scripts that are very similar to this one. So if I know what this one is...
  2. Mongrel99

    PLEASE HELP!!!!! Can anyone tell me what this script does please

    Thank you! I am new to vbscripts and is a little confusing trying to figure it out. Any advise where I can learn vbscripting easily and quickly? LOL...I know, I know, its a long shot.
  3. Mongrel99

    PLEASE HELP!!!!! Can anyone tell me what this script does please

    Set fs = CreateObject("Scripting.FileSystemObject") Set rootFolder = fs.GetFolder(fs.GetParentFolderName(wscript.ScriptFullName)) Set oExcel = CreateObject("Excel.Application") oExcel.Visible = True oExcel.DisplayAlerts = False oExcel.AskToUpdateLinks = False oExcel.AlertBeforeOverwriting...

Part and Inventory Search

Back
Top