View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Add data to a PDF file or form?

I don't think this is possible with VBA, but I figured I'd ask
anyways....

Does anyone know if I can use VBA to insert data into a PDF
file? Would I need to use VBA plugins or something like that?

We have a PDF file which allows data entry into a few blank
cells on the actual PDF form. I'm mostly interested in finding a
way to use VBA to open this PDF file and insert data into the
cells.

Thanks for your help.