Consulting

Results 1 to 2 of 2

Thread: Change pdf name

  1. #1

    Change pdf name

    I use a Vba code to pull files from a specific location and email them out. is it possible to use vba through excel to go to a specific location and name of a file and change the name?

    so if my files were located on: C:\test files
    and i had a list of pdf's called: test_Part1.pdf, test_Part2.pdf, test_Part3.pdf, etc. can I change test_Part1 to be: finance.pdf
    test_Part2.pdf to be sales.pdf
    test_Part3.pdf to be manufacturing.pdf

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Use Name().

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •