
Originally Posted by
tigerlilyliz
I would like to run a macro that figures out that the record is from bold to bold
Liz
Hi Liz,
A quick and dirty function you could use which would return all of the bold characters within a string of text would be:
Paste this to a new module, then in your spreadsheet, use the formula:
=GetBolds(A1)
...where A1 contains a line of text you want to get the bold characters out of.
Copy this function down for each of the addresses in your list to extract the bold characters.
Bookmarks