Hello,

I have cells which one with an image inside that can be hidden or not.
I created a function that makes an image visible or invisible.

The problem is that I want to call the function "Click" when an image is clicked ... even when it is invisible. How can I do this?

Basically when an image is hidden and is clicked I want my function "Click" to call "FunA", if the clicked image was visible then call "FunB".

How can I do this?

Thanks,
Miguel