get ifsc code

deepakharekrishna

New Member
Joined
Feb 3, 2015
Messages
2
IFSC code | IFSC codes | find IFSC code | List of IFSC codes | NEFT IFSC | RTGS IFSC | IMPS IFSC

i want to get ifsc code details as per reqirment.

Dim wn As String
Dim ie1 As InternetExplorer 'include Microsoft internet control and html library


tm = Time


wn = ActiveWorkbook.Name


Set ie1 = New InternetExplorer
Set ie2 = Nothing


With ie1
.navigate "http://www.ifsccodebank.com/"
.Visible = False
End With


Do While ie1.Busy: Loop
Do While ie1.readyState <> 4: DoEvents: Loop


With ie1
.document.all.Item("ctl00$BC$ddlBank").Value = "68"
.Visible = True
End With


Do While ie1.Busy: Loop
Do While ie1.readyState <> 4: DoEvents: Loop


this code working up to 1st level but not changed the form as per selection.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,223,910
Messages
6,175,320
Members
452,635
Latest member
laura12345

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