I need to change comments to cell contents to be able to export all the content of an Excel file to database programs. I found VBA code that does the trick, placing the comment in the adjacent cell. However, there are manual line breaks in the cell that I also wish to remove. I find find/replace solutions for Windows Excel (search for alt 0100) but nothing for Mac Excel (2011). So I'm wondering: How are the line breaks getting there? Are they part of the VBA code I used to convert the comments to cell content? Or are they from the comments themselves? If they're from the VBA code, how could it be edited to replace line breaks with spaces?
Thanks for any suggestions.
Thanks for any suggestions.