How to get the url that IE has visited?(編號:4883)

From this forum, I know I can activate a IE window like this,
Dim IE as Object
Set IE = CreateObject("InternetExplorer.Application)
IE.Navigate "http://yahoo.com"
But after that, how can I know the URLs that IE has visited?
The attributes like IE.LocationURL didn't work.