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:
- move cursor correct location
- select 2 words right [i.e. first & last name]
- copy words
- some how concatenate words @ end of desired filepath of save statement, before .pdf file extension.
Comments
Post a Comment