Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
According to Professional Excel Development Second Edition pages 573-574, Excel internally use doubles. So should I always use doubles no matter what I do with numbers - if I need to use small numbers, like something between 1 and 200, I would choose data type byte for that, is it still better to a double there? Is the only reason not to use double that when you see double, you immediately think "oh, here we have big decimal number"?