G
GregJG
when I use this code on a form
Application.WorksheetFunction.Sum(txtOptIWSPrice1.Value
txtOptIWSPrice2.Value, txtOptIWSPrice3.Value, txtOptIWSPrice4.Value)
everything is fine unless one of the textboxes has no value, they ar
not all always used. then I get this error
"unable to get the sum propoerty of the worksheetfunction class"
can anyone help
Application.WorksheetFunction.Sum(txtOptIWSPrice1.Value
txtOptIWSPrice2.Value, txtOptIWSPrice3.Value, txtOptIWSPrice4.Value)
everything is fine unless one of the textboxes has no value, they ar
not all always used. then I get this error
"unable to get the sum propoerty of the worksheetfunction class"
can anyone help