lukerees83
Board Regular
- Joined
- Mar 28, 2011
- Messages
- 59
I have never used VBA in my life before, and someone has given me a solution to one of my problems in the form of VBA code:
With Range("A1")
.Value = Replace(.Value, "+", ":")
End With
How do I apply this, is there a box to simply paste VBA into?
(Excel 2011 Mac)
With Range("A1")
.Value = Replace(.Value, "+", ":")
End With
How do I apply this, is there a box to simply paste VBA into?
(Excel 2011 Mac)