What is the syntax to format number output? Format(<value>, "<formatting convention>") 'example - outputs 2 decimalNum = 2.31321 Msgbox Format(decimalNum, "0")