I have a table and I want to sum the total of the 5 textboxes,
I tried:
=ReportItems!ttw1.Value + ReportItems!ttw2.Value + ReportItems!ttw3.Value + ReportItems!ttw4.Value + ReportItems!ttw5.Value
But the result is odd: (last row)
Tried to use Formatnumber but returns Error