I've got a couple of cells that contain mainly text, but imbedded in the text I have some formulas that pull info from another place - like a date, so therefore the cell would say something like:

You must return the item by January 10, 2005 in order to receive a full refund.

The date is changed by a different cell on a different sheet. I want that date to be bolded, but I can't figure out what I need to do to get just the date bolded and leave the rest of the cell alone.

Here's the formula for the date:
"&TEXT('Enter Info'!B22,"mmmm d, yyyy.") &"

Can anyone help?

Thanks!