Security settings are preventing the macro from running.
If you are using the free, restricted version of WPS Office, the VBA architecture might be locked.
To append a currency like "Dollars" or local denominations to the text, use the concatenate operator ( & ): =TERBILANG(B2) & " Dollars" Use code with caution. Troubleshooting Common Errors
After installation, you can use the function directly in a cell. The standard syntax is: =terbilang(cell_reference) Excel Add-Ins Download Guide from WPS Office: Step-by-Step 30 Jul 2023 —
: =UPPER(TERBILANG(A1)) → Hasil: "SATU JUTA TIGA RATUS ..."
=PROPER(TERBILANG(ROUNDDOWN(A1,0)))&" Koma "&TERBILANG(ROUND((A1-ROUNDDOWN(A1,0))*100,0))&" Rupiah"