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 TouchToneTommy 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: *

  • Users: u1773
  • Order by date
  1. u1773

    Save As Existing Filename

    How does this work for you? Function CheckFileExist(filespec) As Boolean Dim fs Set fs = CreateObject("Scripting.FileSystemObject") CheckFileExist = fs.FileExists(filespec) End Function

Part and Inventory Search

Back
Top