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 Wanet Telecoms Ltd 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 KathleenA

  1. KathleenA

    Regex, Regular Expression assistance needed in split pdf

    We are using the AutoSplit™ / AutoSplit Pro™ by EverMap to split documents. It uses Regex, or regular expressions for more advanced splits. I need to split a large report by VERSION ID (report version) and CASE ID (the client). The version id is on one line, left justified (time stamp...
  2. KathleenA

    QU: Automate PDF Reports Batch Processing using MS Access 2003

    So I tried several approaches, and had success with Dim stAppName, strPath As String Dim varResult as Variant strPath = "C:\Reports\REPORT_TEST_CLIENT91.pdf" Application.FollowHyperlink strPath SendKeys etc...
  3. KathleenA

    QU: Automate PDF Reports Batch Processing using MS Access 2003

    Thank you for the suggestion, however, it still creates an error message. "Run-time error #5, Invalid Procedure Call.
  4. KathleenA

    QU: Automate PDF Reports Batch Processing using MS Access 2003

    Objective: To open a pdf report from Access03 module, use SendKeys to paste in a predetermined, client specific password for (already set-up) secure email sending. Close. Loop to next report. Table contains client code, password. Match reports in folder by Client Code and Paste in strRptPath...

Part and Inventory Search

Back
Top