when I am trying to calculate something I keep getting an "overflow" error now I know this is because the numbers I am trying to multiply are large, how can I get round this???????
Look in help for data type summary. A Vb Integer can contain a value from -32,768 to 32,767. So if your value that you try to put into an Integer is 32,768 you will get an over flow error.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.