anuradhagrewal
Board Regular
- Joined
- Dec 3, 2020
- Messages
- 87
- Office Version
- 2010
- Platform
- 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
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