im having problem with column sum with my listbox when the column have
null values....
1.no sum is generated when i have null values
2.error on this line ***
im using this module
Function ABill2() As Variant
Dim I As Integer, J As Integer, ctl As Control
Set ctl = Forms![formname]...