How to enlarge the dropdown list arrow
lily
-
Yoda -
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
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
-
Hello Lily,
What do you mean by "curriculum"?
The number of items displayed in the list? -
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.