Please let me know if I'm posing to the wrong place.
I'm working on the excel automation with VS and having a difficulty in changing the color of specific letters in a cell after selecting the range. The application was created with MFC, and I am able to change the color of the entire cell.
Here is a very similar example, but I'm not sure how it works with Excel.
http://social.msdn.microsoft.com/Forums/en-US/edf26a8d-6d0b-4d71-b680-fc3ae3438a3f/how-to-change-color-of-a-letter-in-a-word?forum=vblanguage
There will be a command : 'Quit' i want to display 'Q' as red color and 'uit' as black color.
I have also checked out the office site, however, I could not find any solution for this.
Does anyone help me know how I can do this? Or, where I should take a look into?
Thanks in advance.