Gaurav Karira
Board Regular
- Joined
- Jun 13, 2003
- Messages
- 121
Hi VBA geeks,
I have file where in there are many cells with Alt + Enter in them ie char(10) now the number of such cells is so large that i cant manually remove them with " " ie a blank space.
Please VBA geeks come to my rescue.....can some advise some code which traces all such cells and then replaces char(10) with " "
Cheers
Gaurav
I have file where in there are many cells with Alt + Enter in them ie char(10) now the number of such cells is so large that i cant manually remove them with " " ie a blank space.
Please VBA geeks come to my rescue.....can some advise some code which traces all such cells and then replaces char(10) with " "
Cheers
Gaurav