Ich möchte, per VBA, in einer Zelle „/“ durch „_“ ersetzen
habe bis jetzt Das:
Sub Makro1()
’
’ Makro1 Makro
’
Dim text As String
text = Cells(9, 3).Value
If Cells(9, 3).Value Like „/“ Then
Replace (Text,"/","-")
End If
End Sub
Was mache ich falsch ?
Gruss
Walter
Zusammenfassung
Dieser Text wird versteckt