Oliver Dewar
Board Regular
- Joined
- Apr 17, 2011
- Messages
- 201
Hi All.
So I had a beautiful worksheet with 3 activex listboxes doing wonderful things on double click. Then I ran into all the horrible resizing, distorting issues associated with activex controls on different computers / screens.
I've now re-done the sheet using form control listboxes instead, and so need to assign macros that run on a double click of the listbox (as per an activex version).
Can someone help me with that code? (How to initiate a macro on double click).
It will also need to use the value of the listbox (the current selection), will .value work for a forms control as per an activex?
Now... I'd also like to give something simple back to the community here. It's fairly well known that you can't change the font size of form controls, and the font is very small! My simple workaround for this was to zoom this particular sheets in and then build around the listboxes with buttons etc at smaller font sizes and dimensions than usual... maker the listbox font bigger by comparison.
Thanks in advance for any help!
So I had a beautiful worksheet with 3 activex listboxes doing wonderful things on double click. Then I ran into all the horrible resizing, distorting issues associated with activex controls on different computers / screens.
I've now re-done the sheet using form control listboxes instead, and so need to assign macros that run on a double click of the listbox (as per an activex version).
Can someone help me with that code? (How to initiate a macro on double click).
It will also need to use the value of the listbox (the current selection), will .value work for a forms control as per an activex?
Now... I'd also like to give something simple back to the community here. It's fairly well known that you can't change the font size of form controls, and the font is very small! My simple workaround for this was to zoom this particular sheets in and then build around the listboxes with buttons etc at smaller font sizes and dimensions than usual... maker the listbox font bigger by comparison.
Thanks in advance for any help!