Hey folks. I've inherited a process that has hundreds of identical PDF forms filled out and I now need to scrape the data out of it. I'm able to export the PDF to Excel and now most of the data is a set of radio buttons (as shapes) in a row with a few dropdowns and some text boxes. Does anyone know how to get the value of the individual radio buttons in VBA? I've hunted high and low and see now 'value' property. Do I need to cast the shape to something else? Is there a 'hidden' property? Can I tell somehow from the shape's formatting whether it's been pressed or not? (Note that the form is filled in as a PDF so there's no way to run event code. I have to read it after the fact.) Any help would be hugely appreciated.
Bookmarks