Français | Español | German | Italiano | Português (BR) | 简体中文 (Chinese) | 日本語 (Japanese) | 한국어 (Korean)
SBTax1.Country = "US" SBTax1.StateProvince = "CA" SBTax1.TaxableAmount = 100 If SBTax1.CalculateTax Then MsgBox "Total Tax:" & Format(SBTax1.TotalTax, "currency") Else MsgBox SBTax1.ErrorMessage End If