AI-Powered PAN Verification Engine (MS Excel Use Case)Record inserted or updated successfully.
AI & Excel
AI-Powered PAN Verification Engine (MS Excel Use Case)
Excel + Team Time
Objective:
Check PAN name & linkage with Aadhaar.
Purpose
- Enter PAN
- Check Name & Aadhaar Link
Prompt
I want a VBA macro using Selenium to automate multiple PAN verifications on the TRACES website (https://www.tdscpc.gov.in/).
It should:
- Launch Chrome and open the TRACES login page.
- Enter login credentials (username in cell H2, password in H3, TAN in H4).
- Pause for manual CAPTCHA entry, then log in.
- Loop through a list of PANs in column A (starting from row 2).
- Navigate to the PAN verification page.
- Input each PAN and select
'26Q'
as the form type. - Click Verify.
- Extract:
- Name
- Status
- Additional Info
- into columns B, C, and D respectively.
- Use
.ClickDouble
if required for submission. - Include all necessary error handling.
Tools Required:
- VBA Macro
- SeleniumBasic
- Google Chrome