View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Incidental Incidental is offline
external usenet poster
 
Posts: 226
Default Stop error code from executing

Hi

If you exit the sub before the error handling runs it should work.
i.e. add the line noted below.

Selection.EntireRow.Hidden = True

exit sub

b: MsgBox "That associate does not exist. Please double check
the

hope this helps