On Sat, Dec 15, 2012 at 10:28 PM, Crone, Thomas J. <crone at cua.edu> wrote: > Then in OnClick I use StepCount, but I have to doubleClick to get OnClick to fire.... Why is that? OnClick should fire with a single click. Anyway you can use OnMouseUp to test Left/Right click. OnClick is not needed at all then. Juha