Motoxpro..i know i was gonna change it until i got distracted for 30 min. Sorry.

Midgetsbro - Yes i am trying to add the 5 most recent web pages to that button. This is the code i have to add them. I am not sure how to do the rest..but i have one going so far..

VB Code:
  1. Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
  2.     Toolbar1.Buttons(1).ButtonMenus.Item(1).Text = WebBrowser1.LocationName
  3.     Toolbar1.Buttons(1).ButtonMenus.Item(1).Key = WebBrowser1.LocationURL
  4. End Sub

What is the proper syntax to use in that ButtonMenuClick event?