PDA

View Full Version : Move cursor to image named material and then go to sub menu Material AVaialbility



vimalasheela
08-05-2013, 03:31 AM
<a class="" rel="material" target="_self" href="#">
MATERIAL
<img class="downarrowpointer" src="images/arrow-down.gif" style="width: 11px; height: 7px;"></img></a>

<ul id="material" class="ddsubmenustyle" style="z-index: 2000; left: 0px; top: -1000px; visibility: hidden; height: auto; width: auto; overflow: visible; opacity: 1;"><li><a onclick="doSwitchTable('MATERIAL_AVAILABILITY'); return false;" href="">
Availability (WW/TO)
</a></li></ul>

I want the above code to be written in excel VBA. Upon clicking MATERIAL. it should show up Maetrial availability sub menu. i need to click the Material availability.

SamT
08-05-2013, 07:05 PM
Not many here understand html, but what you are describing is a dropdown box (there are several, depending on the exact use,) that is showing Material and when you select Material, the dropdown list of Materials available displays.

What is supposed to happen when you select an available material?

Is this dropdown going to be on a worksheet or in a Userform?

Where is the list of available materials?

We need all the answers to help you. If you don't understand a question, please ask for help with that question.

vimalasheela
08-06-2013, 09:00 AM
Not many here understand html, but what you are describing is a dropdown box (there are several, depending on the exact use,) that is showing Material and when you select Material, the dropdown list of Materials available displays.

What is supposed to happen when you select an available material?

Is this dropdown going to be on a worksheet or in a Userform?

Where is the list of available materials?

We need all the answers to help you. If you don't understand a question, please ask for help with that question.

******************************************
Thanks for the reply. i dont know how to pace my cursor in the Material. which wil then show up the Material availability. See the attached.

SamT
08-06-2013, 01:31 PM
I don't understand.