Excel to PDF(Select Fields) Data Transfer using a Macro?

vaseline3194

New Member
Joined
Mar 7, 2014
Messages
6
Hi everyone,


I have some information in an Excel document.

It has things like address, phone numbers, numerical values, etc and it corresponds to fields on a preset PDF document. This PDF document has fillable fields.

Instead of manually enterring information from the Excel to PDF, if it possible to create a MACRO using<acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help;">VBA</acronym> code to automatically populate the PDF document fillable fields?

If so, I was wondering if anyone knew how to do it?

I know I'd have to use Application Programming Interface but I don't know how to do the programming. I want to be able to learn as I go. Can someone help me out on how I would start?
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_api_reference.pdf

I believe the above link shows adobe PDFs api referencing.



Is there a way to make excel communicate with the Adobe PDF program. Would it have to do with <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help;">VBA</acronym>and XML?

And, does anyone know a good site to learn <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help;">VBA</acronym>/Macros with Excel....
I'm really interested in learning this, and potentially making life easier at work.

Thanks,
 
You might want to check this out:

Read And Write PDF Forms From Excel (VBA) ~ My Engineering World

This will let you create/enter data into a fillable PDF and even read it back so you can import it back into excel. One catch though: you will need Adobe Acrobat. I believe you should already have that since you are creating PDFs. Adobe Reader can only read PDFs and save filled PDFs if the PDF is allowed to do so.

And to learn VBA/Macros buy this book: Excel 2010 Power Programming with VBA (Mr. Spreadsheet's Bookshelf): John Walkenbach: 9780470475355: Amazon.com: Books

Hope this helps. let me know if you have any other questions.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top