View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Graham H Graham H is offline
external usenet poster
 
Posts: 56
Default Procedure Activation

I have peculiar procedure activation in one sheet in a workbook. There used to be a
procedure on the sheet operated from a forms button. This has since been removed. However
as soon as I protect the sheet the cursor changes to a "pointing hand" and on clicking it
trys to access the same procedure. There in no worksheet code, there are no hyperlinks, I
just cannot seem to find what is in the worksheet that makes it behave like this. Even if
I delete the procedure it is still looking for it. I would value any help

Graham