hello
I want to grab text from my gmail
I tried to use INET but I have to log in first and that is impossible with INET
So, I am using CreateObject and Navigate command
But I could not grab the text I need

Code:
Set ie = CreateObject("InternetExplorer.Application")
ie.navigate "www.gmail.com"
s = ie.document.body.innerText
the page is loaded ok because I logged in before in IE