Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm trying to select a value from a Table Box after the Clear button is selected (this is because I'm using the table box as a dropdown control). For this I'm using OnAnySelect trigger to run a macro which will select the default value. However because this trigger is fired on any select this value is selected always, is there some way to 'tell' the macro to run only after Clear?
I looked for a trigger that might be fired only after Clear, but didn't have any luck.
Any idea is appreciated!
Check this thread and see if it helps
Check this thread and see if it helps
Thanks! that is exactly what I was looking for