[Data from pdf file to excel sheet]

anuradhagrewal

Board Regular
Joined
Dec 3, 2020
Messages
87
Office Version
  1. 2010
Platform
  1. Windows
Hello
I am providing the link of a pdf file here
You cannot view this file so you will have to download and open it in Adobe PDF only.
Once you open the file it will look like Image 1 (that I have attached)
The form name is LLP Form No.1
In the attached form on page 1---->Part A : Reservation of Name ----> item no 2 : Details of the Applicant--->pt (b)Designated partner identification number (DPIN)----> there is a prefill button.
Here if you put in a 8 digit number starting with 0XXXXXXX it will automatically populate fields ---->(c)---> (d)--->(e)--->(h)
What I am looking for is that a VB code be created that
First there is an excel workbook where all the DIN numbers are say in column A in A1,A2,A3....Now the VB code copies the number from A1...
1)After selecting the number from A1 on the worksheet it copies it in field (b) of the pdf file and then Clicks on the Prefill button.
2) Waits for the fields to populate
3) Then there is an action of clicking of the space bar.
4) Now the VB code copies all the information either at once or stepwise from fields ---->(c)---> (d)--->(e)--->(h)
5) And pastes it in a row A1 B1 C1 D1.
6) Then exit's
7) If this can be looped for say 100 times and for subsequent selection of data from A2....A3....A4 and so on.
Thanks

Anuradha
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,217,138
Messages
6,134,855
Members
449,893
Latest member
des378

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top