Consulting

Results 1 to 4 of 4

Thread: Move cursor to image named material and then go to sub menu Material AVaialbility

  1. #1

    Move cursor to image named material and then go to sub menu Material AVaialbility

    <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.

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    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.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  3. #3
    Quote Originally Posted by SamT View Post
    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.
    Attached Images Attached Images

  4. #4
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    I don't understand.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •