I have some data from the web that I want to turn into a database but a key part of the information I need is shown in that data by the bolding some of the names. I need to make an accompanying field (column) that says IF BOLD THEN 1 ELSE 0. Is there anyway of doing this other than VBA? I can use ASAP Utilities to select all the bolded names and then change their color, or something, if there is a way then to right the IF statement.