Hello All,

I am trying to figure out how to get vba to use this javascript to click a specific button in IE. The button is clickable and brings down a menu of items.

Right now this is the button... I think (using DOM Explorer)

<SPAN title="Case Action" class="menu-button " unselectable="on" menuid="ms__id17_MI_5" _menuItem="null"><SPAN class=left unselectable="on"></SPAN><SPAN class=middle unselectable="on">C<U>a</U>se Action</SPAN><SPAN class=right unselectable="on"></SPAN></SPAN>

<SPAN class=middle unselectable="on">C<U>a</U>se Action</SPAN>

but I am pretty sure it needs a input = to be able to refer to it.. Any help...