Stop and show error

A

alvin Kuiper

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
 
J

JLatham

In addition to what joel said, if you click the [Debug] button when you get
the error, it will open up the VB Editor and show you exactly where the error
was encountered: the line of code will be highlighted in the code window.
You can stop the code at that point - also, if you hover the mousepointer
over the variable or constant values referenced in the line of code before
stopping it, the value of those will show up as pop-up entries.

If nothing else, at that point if you will post back here telling us exactly
what the error message was and copying and pasting the line of highlighted
code, we can help you a little more.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top