Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The code below is evaluating a cell containing either a
blank or a dollar amount expressed without a decimal point ($10.00 = 1000). If ActiveCell.Offset(0, 2) = "" Then DrAmtAcct = "" Else If ActiveCell.Offset(0, 2) 0 Then DrAmtAcct = Abs(ActiveCell.Offset(0, 2)) End If End If The problem I'm having is that when it gets to the cell with a blank (no data), the routine ends. Any help in figuring out why this is happening would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call a subroutine using variable subroutine name | Excel Discussion (Misc queries) | |||
SUBROUTINE HELP | Excel Discussion (Misc queries) | |||
filter using "ends with" and 3 choices? Ex: ends with 1,2 or3 | Excel Worksheet Functions | |||
Every second subroutine | Excel Programming | |||
How do I run a subroutine on a worksheet | Excel Programming |