Hi
You can try code as follows:
oie = CreateObject("InternetExpl
orer.Appli
cation")
oi
e.Navigate
2("
www.facebook.com"
)
loDocumen
t = oie.Document
FOR LinkNo = 1 TO lDocument.links.length
CurrentLink = lDocument.links(LinkNo)
IF "OLDER POSTS" $ UPPER(CurrentLink.innerText)
CurrentLink.Click()
endif
ENDFOR