View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Stop and show error

You have either an quto.run or a workbook Open event macro in your workbook.
You need to put a Stop instruction at the beginning of the macro. then when
you open the workbook it will stop at the first instruction. then you can
step through the code using F8 or put break point into the code using F9.

"alvin Kuiper" wrote:

Hi
If i start my excel file with macros, i just get this micosoft error you all
know
and it shot my file down, isn't there a way to stop my program and see why i
get this error ?

Alvin