View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TimSpangler TimSpangler is offline
external usenet poster
 
Posts: 4
Default Delette active sheet from form button

When I try to delete the active sheet with a button that I have on the
sheet I get an automation error. I assume it is because the button is
firing the event and I am trying to delete the sheet that the button
is on.

Is there a way to do this? Any help would be appreciated

Thanks

TIM