Consulting

Results 1 to 6 of 6

Thread: CSS Like Dropdown Menus in VBA

  1. #1

    CSS Like Dropdown Menus in VBA

    Hello All,

    I just wanted to know if possible, how would I go about coding a button that has a drop down menu of buttons on mouse over?

    Here are some CSS examples:

    http://vandelaydesign.com/blog/tools...igation-menus/


    I'm not sure if this is possible in VBA, however, any tips/hints would be greatly appreciated.


    Thanks

  2. #2
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,296
    Location
    Do you want drop down Menus or Drop Down Data (Combo box)?
    You can create your own Menu Items and menus and you can also use data in the Database for selecting in a Combo box.

  3. #3
    You know what, a combo box would be sufficient, but how would I add a caption to the combo box? Like how you can with a button?

  4. #4
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,296
    Location
    You have 2 options, you can either enter them manually in to the Combo's Row Source or you can create a Table and have the items in the table.
    The table method is preffered because you can add to the list at any time without needing design knoweldge.
    Have you looked at the Toolbox Combo Wizard?

  5. #5
    Thanks OBP, I have tried, but we have decided to go with drop down menus (preferably). How would I go about creating drop down menus?

    Thanks

  6. #6
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,296
    Location
    I never actually use Menus, but if you go in to the VBA Editor (Alt + f11) and in the Editor's Help (Not the Access one) put in the Search Add Menu it will list how to add menus and also Adding & managing menus and items.

Posting Permissions

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