How to show a message box, stating the total invoice value?

Hello @how2awpp

If the value is in string format you need to change it to integer by using CInt.

CInt(totalvalues)+CInt(totalinvoicevalues)

Thanks

2 Likes