How should I scrape this webpage https://www.bseindia.com/stock-share-price/asian-paints-ltd/asianpaint/500820/ and specifically need the ROE figure which is mentioned in the table.
I used following code in excel.
`Sub FetchData()
With ActiveSheet.QueryTables.Add(Connection:= _...