![]() |
|
Bitte drücken Sie nicht mehrfach auf "Antwort speichern".
*Ist HTML- und/oder UBB-Code aktiviert, dann können Sie HTML und/oder UBB Code in Ihrem Beitrag verwenden.
Beiträge: 140 / 0 Pro/E WF4<P>Windows XP 64bit Ich habe es mit Hilfe des Makrorecorders so gelöst: Range("C8").Select Grüße!piston Danke!
Range("C8") = "an"
With ActiveCell.Characters(Start:=1, Length:=1).Font
.Name = "Symbol"
.FontStyle = "Standard"
End With
With ActiveCell.Characters(Start:=2, Length:=1).Font
.Name = "Arial"
.FontStyle = "Standard"
End With