I made a post yesterday but I made some updates to the VBA, so hopefully this gets more traction today. I have client data (grouped by household, hence HHName) that I want to have sent to a fillable pdf and automatically entered into the respective field. With the VBA below, I can get it to successfully open the pdf and tab into the first field which is the household name, but it won't type the actual name e.g. Jen & Bob Smith. I've changed the Application.Wait function to be a bit more specific, and I've also tried specifically naming each variable separately. There will be a number of additional fields that I need to fill out as well, but I'm starting with one as proof of concept. Any ideas on this? I can link the video I'm basing this code off of if that would help, but idk the forum rules about links.

Please Login or Register  to view this content.