I have a vba code for parsing html table from a web page which works perfectly and gives the desired result.
I need to extract the inner text value in (5th Row and 3 th column) from the code as mentioned below
Sub Extracttable()
Dim oDom As Object: Set oDom = CreateObject("htmlFile")
Dim x...