If you have a calculation like
Fine, but it should not be used where a more meaningful variable name could be used e.gCode:x = x + variableamt.
Just pointing out the relative merits of naming variables. We do allow "x" etc to be used as For...Next counters etc.Code:totSales = totSales + Sale_Qty CustName = CustName & " " & Last_Name
My $0.01c worth.





Reply With Quote