Linked table - Numeric Field Overflow error

klgfinance

New Member
Joined
Sep 26, 2007
Messages
19
I would appreciate some help w/ an error message I keep getting. I have a linked table in Excel, & when I refresh the link via linked table manager, my report (source: macro based on query based on that table) runs fine....but only one time. Afterwards I get the "numeric field overflow" error. If I refresh again, it works again for one more time, then back to the error message.

What could be causing this? and/or how can i fix it?

Is there some code I can put into the macro somehow so it would automatically refresh the link prior to executing the rest of the macro for the report?

Thanks!
:)
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Overflows usually indicate that the wrong number type has been used.
For example, if you have a Number field set to Integer, the upper limit is 32K. Exceed that (easy to do by looping down a spreadsheet, for example) and you get an overflow. Set the number to Long Integer (which handles values up to around 2 billion) and you should be OK.

Denis
 
Upvote 0

Forum statistics

Threads
1,221,709
Messages
6,161,442
Members
451,705
Latest member
Priti_190

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top