How can ik get the windows regional settings like currency, currencyformat, ... thx
The same way as you do it in VB6. Use the Format function. MsgBox Format(x, "Currency")
Forum Rules