Detect bold text in MS Excel
November 2, 2008 2:36 PM
Subscribe
I have a very large MS Excel spreadsheet in Mac Office 2008 (yuk). I want to find every cell that contains bold text and append an asterisk to it -- i.e. "
bold cell text" becomes "bold cell text*". I can probably find a Windows machine if necessary. How can this be done automatically?
posted by beniamino to computers & internet (4 comments total)
5 users marked this as a favorite
If you know the extent of your spreadsheet, you can change "Cells" to "Range("A1:Z10000") or something to speed it up.
...alternatively - if you also want to de-boldify as per your example text, use:
posted by pompomtom at 3:01 PM on November 2, 2008 [1 favorite has favorites]