View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Code needed to test if user clicked a button

You would need to handle that in the click event of the the button. Then
you wouldn't have to text, because the code would execute when they click
the button.

Beyond that, you would need to be much more specific about what type of
button you are working with and when you would want to determine this
information and why -- what you want to do.

--
Regards,
Tom Ogilvy


"Subs" wrote in message
...
Hi all

Please can anybody help I need the correct syntax, to check If a user has
clicked on a button .

Regards

Subs