I have a fairly large Excel csv file that I need to add " and " to the start and end of each cell.
The cells contain mixed text whether it’s
- numbers
- text
- links
etc, all of which I need to add quotes to the start and end of each cell.
How can I do this?
I have adapted this code from Excel show leading zero in formula bar
It uses variant arrays for speed efficiency, updating only the
UsedRangeportion of the spreadsheetIt can be adapted to ignore blanks cells if you so wish – let me know