Macro to replace comma with comma and carriage return
Posted: Sun May 25, 2008 4:46 pm
This has likely been covered, but I'm not able to find it.. I have a file
- that reads:
name, name, name, name,
How do write a macro to make it read:
name,
name,
name,
name,
Thanks in advance![/code]