Hi,
Need to split the string and store it array Query.jpg, only highlighted strings are needed.
how to get rid of the rest. Below code didn't work.:confused:
Dim doc As HTMLDocument
Set doc = IE.document
Dim ret As String
ret = Trim(doc.getElementById("m_7qo0yziAwqKk02Gud0pR").innerText)
MsgBox dd 'this is the message box screenshot attached or shared
Dim var1 As Variant
var1 = Split(ret, " ")
MsgBox var1(0)
Thanks !
Need to split the string and store it array Query.jpg, only highlighted strings are needed.
how to get rid of the rest. Below code didn't work.:confused:
Dim doc As HTMLDocument
Set doc = IE.document
Dim ret As String
ret = Trim(doc.getElementById("m_7qo0yziAwqKk02Gud0pR").innerText)
MsgBox dd 'this is the message box screenshot attached or shared
Dim var1 As Variant
var1 = Split(ret, " ")
MsgBox var1(0)
Thanks !