Filling tax forms from Excel
I'm using the Excel VBA SendKeys method to directly complete UK tax forms from data within Excel. This sends the required data field-by-field with tabs to move to the next field.
This works OK using Adobe Reader but is slow as: (1) need a 1 second delay between each SendKeys call; (2) having to tab over irrelevant fields to get to the next relevant field - can be over 100 tabs.
My question is: if I use Adobe Pro instead of Reader, will I be able to find the form field names and go directly to the relevant ones (a) still using SendKeys or (b) an alternative method within Excel?
