View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
joeu2004[_2_] joeu2004[_2_] is offline
external usenet poster
 
Posts: 829
Default Optional arguments

"Auric__" wrote:
joeu2004 wrote:
Dim n As Long
n = 30000 + 1000

[....]
30000 + 1000 won't (normally) result in overflow

[....]
The overflow *does* occur with 32000 + 1000


Yes, and that was my intent. A typo. Thanks for catching it.