I need a macro that will bold just the first word of a cell in which there is existing text. (Excel 2007). I tried recording a macro, but every time I use it, it just changes cell to whatever the first cell was.
Suggestions.?
Thanks
I need a macro that will bold just the first word of a cell in which there is existing text. (Excel 2007). I tried recording a macro, but every time I use it, it just changes cell to whatever the first cell was.
Suggestions.?
Thanks

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
If you modify Retired Geek's code you can have it bold all the first words in a selected range of cells:
Steve
works.
thanks!!