How to enlarge the dropdown list arrow

lily -  
 Yoda -
Hello,

Does anyone have an idea of the procedure in VBA to enlarge the curriculum of the dropdown list by going through the properties menu? Thank you

Configuration: iPad / Safari 6.0

2 answers

  1. Heliotte Posted messages 1561 Status Member 92
     
    Hello Lily,

    What do you mean by "curriculum"?

    The number of items displayed in the list?
    1
    1. Yoda
       
      Hello,

      I believe that Lily meant cursor (mouse pointer).
      In VBA, I know how to change the shape of the cursor but not the size.
      See Application.Cursor

      See you+.
      0
    2. Heliotte Posted messages 1561 Status Member 92
       
      Hello Yoda,

      Okay ..
      See you soon and .. Best wishes.
      0
  2. lermite222 Posted messages 9042 Status Contributor 1 199
     
    Hello everyone
    To change the cursor of a component, there is no need for VBA; this can be done in design mode by setting MouseIcon and MousePointer to Custom.
    However, the cursor modification is not very efficient—there's no size, no color, it needs to be a 16x16 cursor/icon.
    Changing the cursor (size/color/animated) is possible with APIs, but it's way too complex to be realistic.
    See you later

    If you hit a pot and it sounds hollow, it's not necessarily the pot that is empty. ;-)(Confucius)
    NOTE: I do not respond to DMs for technical questions.
    0
    1. Yoda
       
      But yes, of course. I had completely forgotten about those properties.
      Always useful to refresh one's memory.

      See you.
      0