Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to trigger clicking in a listbox ?
It works when the listbox is activated, but once is is 'selected' clicking another element doesnt' work
There is "On Select". Maybe in your situation it should be combined with checking the "Active" condition in the macro itself.
No - there is no "On Change"-event and am not aware on a workaround.
Peter
Is there a way we can see if a enhancement request was already made for that ?
On change might be difficult as any value in a listbox can change due to other selections, but a OnClick would be very usefull.
There is "On Select". Maybe in your situation it should be combined with checking the "Active" condition in the macro itself.
Great, i can get it working with this !
Nevertheless, a onlick would be a nice feature.