D
Dennis
Excel 2003
Need VBA syntax/Code to:
1)obtain a CellValue
2) If CellValue <> 0
Print Routine (I have got this OK)
Endif
Note: As new rows are entered into the Worksheet
the the cell containing the SubTotal value that
I wish to use as CellValue - moves on the W/S.
But how to represent that in VBA?
Example: "$D$32" or "D32" or ??
TIA Dennis
Need VBA syntax/Code to:
1)obtain a CellValue
2) If CellValue <> 0
Print Routine (I have got this OK)
Endif
Note: As new rows are entered into the Worksheet
the the cell containing the SubTotal value that
I wish to use as CellValue - moves on the W/S.
But how to represent that in VBA?
Example: "$D$32" or "D32" or ??
TIA Dennis