Thread
:
units = ActiveCell.Value overflow
View Single Post
#
5
Posted to microsoft.public.excel.programming
keepITcool
external usenet poster
Posts: 2,253
units = ActiveCell.Value overflow
You can easily overload a long...
Sub OverKill()
Dim d#, l&
d = 1E+100
l = d
End Sub
--
keepITcool
|
www.XLsupport.com
| keepITcool chello nl | amsterdam
Tom Ogilvy wrote in
What's the number. What happens if you change the type to Long.
Reply With Quote
keepITcool
View Public Profile
Find all posts by keepITcool