jamescooper
Well-known Member
- Joined
- Sep 8, 2014
- Messages
- 840
Hello,
This code removes the "/" from all cells in a column, how would I adapt to remove numbers please?
This code removes the "/" from all cells in a column, how would I adapt to remove numbers please?
Code:
Sheets("Sheet3").Columns("B:B").Replace What:="/", Replacement:="", LookAt:=xlPart