Hello all,
On an exchange, I'm trying to find some information about a delisted instrument based on its ISIN code. The exchange use an iframe, so I have to find a way to go to the right tab with the information.
My code is:
Sub FindDelisted()
Dim IE As InternetExplorer, HTMLdoc As HTMLDocument...