Exceller12
New Member
- Joined
- Jan 18, 2012
- Messages
- 8
Hello Everybody,
I am receiving a run-time error for overflow when I run a macro that I have created. I have input cells for numbers that need to accept up to a trillion. However, when I enter 1,000,000,000,000, it will throw an overflow error. There are several places that I use a similar line of code, but the Debug takes me to the below line of code first.
If Worksheets(1).Cells(lRow, 41).value <> 0 Then
If there are any suggestions, it would be greatly appreciated.
Thanks a trillion in advance.
I am receiving a run-time error for overflow when I run a macro that I have created. I have input cells for numbers that need to accept up to a trillion. However, when I enter 1,000,000,000,000, it will throw an overflow error. There are several places that I use a similar line of code, but the Debug takes me to the below line of code first.
If Worksheets(1).Cells(lRow, 41).value <> 0 Then
If there are any suggestions, it would be greatly appreciated.
Thanks a trillion in advance.