PC Review


Reply
Thread Tools Rate Thread

Compile OverFlow Error

 
 
Neal Zimm
Guest
Posts: n/a
 
      18th Mar 2008
Hi -
Am newish developer.
Building a large Addin.

How do you correct a compile overflow error ?
Thanks.
--
Neal Z
 
Reply With Quote
 
 
 
 
Dick Kusleika
Guest
Posts: n/a
 
      18th Mar 2008
On Tue, 18 Mar 2008 13:07:01 -0700, Neal Zimm <(E-Mail Removed)> wrote:

> How do you correct a compile overflow error ?


Just a guess: Change Dim x as Integer to Dim x as Long
--
Dick
 
Reply With Quote
 
Jim Thomlinson
Guest
Posts: n/a
 
      18th Mar 2008
Possibly
Const MyBigNumber as integer = 1000000
Integer is limited to +/-32k
--
HTH...

Jim Thomlinson


"Dick Kusleika" wrote:

> On Tue, 18 Mar 2008 13:07:01 -0700, Neal Zimm <(E-Mail Removed)> wrote:
>
> > How do you correct a compile overflow error ?

>
> Just a guess: Change Dim x as Integer to Dim x as Long
> --
> Dick
>

 
Reply With Quote
 
Neal Zimm
Guest
Posts: n/a
 
      18th Mar 2008
Thanks, stupid oversight on my part.

--
Neal Z


"Dick Kusleika" wrote:

> On Tue, 18 Mar 2008 13:07:01 -0700, Neal Zimm <(E-Mail Removed)> wrote:
>
> > How do you correct a compile overflow error ?

>
> Just a guess: Change Dim x as Integer to Dim x as Long
> --
> Dick
>

 
Reply With Quote
 
Neal Zimm
Guest
Posts: n/a
 
      18th Mar 2008
Thanks, stupid oversight on my part.
--
Neal Z


"Jim Thomlinson" wrote:

> Possibly
> Const MyBigNumber as integer = 1000000
> Integer is limited to +/-32k
> --
> HTH...
>
> Jim Thomlinson
>
>
> "Dick Kusleika" wrote:
>
> > On Tue, 18 Mar 2008 13:07:01 -0700, Neal Zimm <(E-Mail Removed)> wrote:
> >
> > > How do you correct a compile overflow error ?

> >
> > Just a guess: Change Dim x as Integer to Dim x as Long
> > --
> > Dick
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Oracle Client Error OCI-22053 Overflow Error =?Utf-8?B?RGFsZQ==?= Microsoft Dot NET Framework 8 1st Dec 2010 05:32 AM
Overflow Error LeeL Microsoft Excel Programming 2 11th Sep 2009 12:03 PM
overflow error =?Utf-8?B?bW0=?= Microsoft Access Queries 5 29th Sep 2006 10:45 AM
VBAProject name compile error, not defined at compile time Matthew Dodds Microsoft Excel Programming 1 13th Dec 2005 07:17 PM
overflow error Dianna Microsoft Access External Data 0 18th Aug 2004 06:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:59 PM.