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 SkipVought 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: cpsullivan007
  • Order by date
  1. cpsullivan007

    how to search to see if a folder exists

    In referance to LPlates post of code: Public Function DirExists(ByVal Directory As String) As Boolean If Dir(strPath, vbDirectory) <> "" Then DirExists = True dir exists End Function CHANGES in BOLD TO MAKE IT WORK BELOW: Public Function DirExists(ByVal strPath As String) As Boolean...
  2. cpsullivan007

    Break out pages in file

    I'm sure you figured it out by now, but yes it can be done. All you would have to do is send whatever job you needed to the distiller, End the document(&quot;Printer.EndDoc&quot;) and give it a unique name. Once that page is done then repeat the proccess and ofcourse clear out any objects that...

Part and Inventory Search

Back
Top