Hallo zusammen,
Wie kann ich es erreichen, dass der Wert einer Variable in Word als Währung formatiert wird oder zumindest mit 2 Nachkommastellen?
Bisher sieht das so aus:
With wwobj.Selection
.Font.Color = vbBlue
.Font.Bold = 1
.Typetext "Stundenpreis "
.Font.Color = vbBlack
.Font.Bold = 0
.Typetext AStundenpreis(i)
End with
In Word erscheint AStundenpreis allerdings nur als Ganzzahl
Gruß
Matthias