I'm trying to write in a cell this string "=>". Macro gives "error 1004".
Macro works correctly if I write "=>x" where x stands for another character.
What am I doing wrong?
Thanks
You can format it as text before entering the value:
With ActiveSheet.Range("A1")
.NumberFormat = "@"
.Value = "=>"
End With
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With