Thread: finding control
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
greg greg is offline
external usenet poster
 
Posts: 108
Default finding control

OK,
This seems like a dumb question.
I have inherited some code. Some of the sheets have:
Private Sub <xxx_Click()

However I do not think it is being used. I am looking for some kind of
control.
I go to the page. On the properties window, I only see the sheet4. Nothing
else.

On the page I do not see any controls.
Is there any way I can tell where this code can be connected to?
Anything else I can look for/at?