HerbaKing 0 Posted March 20, 2020 Report Share Posted March 20, 2020 (edited) Bom dia; Preciso de uma ajuda PF; Consegui calcular o valor anual no DataGridView. No entanto, este ganho está a englorar todos os valoresm independemente do ano: Private Sub SomaValorAno() Dim linha As DataGridViewRow Dim valor As Double For Each linha In DataGridView1.Rows valor = valor + linha.Cells(13).Value Next Label_totalAno.Text = FormatCurrency(valor) End Sub Seria interessante, que ele somasse somente os valores referentes ao Ano Atual, que está definido na coluna 8. Como consigo fazer? Muito obrigado Edited March 20, 2020 by HerbaKing Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now