View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Troubleshoot Overflow

hi
nope. this is one case where experience really does help but even so,
everyone hits an "oops" now and then
best way is to think out your declarations before hand.
in vb help look up data type summary for most of the fine points.

Regards
FSt1

"JingleRock" wrote:

I have read that the Overflow Error is frequently associated with
variable declaration. Do you have any suggestions, other than trial
and error in changing declarations, for troubleshooting this error?
Thanks for your help.