macro message

  • Thread starter Thread starter dianed
  • Start date Start date
D

dianed

Not sure if this is a macro problem or not. When running
a macro, a message box appears "overflow". What does this
mean and how can it be corrected?

Thank you
 
Likely some action in your macro is trying to put a value into a place that
isn't big enough for it (such as trying to put a number larger than 32768
into an integer field or variable.

Or you're trying to divide by zero.

Or some other error.
 

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

Similar Threads


Back
Top