vba - Looking to save word document as PDF with text from document as the file name -


there hundreds of contracts in .doc format need save pdf.

i hoping use macro save document pdf using first , last name of person document addressed [always 2nd line of 'table' 1x1 -so entire length of document]

so think logic go:

  1. move cursor correct location
  2. select 2 words right [i.e. first & last name]
  3. copy words
  4. some how concatenate words @ end of desired filepath of save statement, before .pdf file extension.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -