Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click If DataGridView1.RowCount > 1 Then Dim iTax As Integer = 0 Dim iCos As Integer = 0 Dim iSales As Integer = 0 'if you have the other column to get the result you could add a new one like these abo...
However, if you took a calculator to column 2, you would get 102%. But internally it is correclty using the 5.5% for the first three items and 83.5% for the last one. If you used ROUND(column,0) and then added, you would get 102%, which is what the human looking at your ...
Ah, I see what you are saying. Even with a compressible model, I am afraid that this is not an option within the Bulk Calculator. It is already logged as an enhancement request, can I suggest you vote on it also? Thanks, Jon Jon Wilde Technical Support Manager CFD Knowledge Network |...
I just cannot get the grand total to calculate correctly. I also need for this grand total to reset to 0 when the user clicks the exit button, but keep a running total as long as the user hits the btnAddToOrder. Can you help?