View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tskogstrom[_2_] tskogstrom[_2_] is offline
external usenet poster
 
Posts: 13
Default Viewing my Macro

You description do not give a clue of what your code does etc. Is this from a error handle routine?

Anyhow, in general, the only time I experience douoble executions, is when the code start with a Worksheet_Change event and the sheet also has a Worksheet_SelectionChange, and you forget to set Application.EnableEvents = False.

/regards