I am working on some VBA to export data from Excel to a fillable pdf in Adobe Acrobat. I'm following a tutorial from YouTube that accomplishes exactly what I need, just different variable names and ranges obviously. I have the code able to successfully open the pdf template and navigate to the first field, but it isn't entering the text from the specified range. According to what I found it should basically be "tab to get to first field, then type the client name in that field" but it won't type anything. The clients are grouped by households (HHName). Here is the code I have so far

Please Login or Register  to view this content.
I'm new to VBA and coding so I can't troubleshoot as much as I would like. Thanks for your help