Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
WebExplorerBar ExplorerBarItem Select
posted
I'm using this code to select an ExplorerBarItem:

mbFromSearch is a flag
If grp.Value = "CarType" Then
itm.NavigateUrl = [i set the url]
If mbFromSearch Then
If itm.Value = "SUV" Then
itm.Selected = True
End If
End If
End If
Anytime after a search I want the WebExplorerBar to go to this group and this item.
It's not going to the url for "SUV". Please help.
Thanks, Pat

Top Replies