View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] acampbell012@yahoo.com is offline
external usenet poster
 
Posts: 129
Default Retaining Changing Font Color in Cell

Will,

For problem 2, check out the following link and see if it helps in your
case. I did a search on "change font color part of text" and got a few
good results.

Alan



http://groups.google.com/group/micro...of+text&qt_g=1

roadkill wrote:
I set out to do what I thought would be a simple macro and hit not one, but
two walls. The macro was to simply tack the date on to the current (text)
contents of a cell and then leave that cell open (i.e. in edit mode) with the
cursor ready for input after the date. The two walls that I hit were (1)
leaving the cell open for input, and (2) retaining the changing font color
formatting of the cell (often phrases or sentences in the cell are different
colors from the rest).

Are there reasonably easy ways around these two problems? I thought of
using a simple form with just a text box instead of allowing the editing
directly in the cell. That could solve the first problem but I still have
the second.

Thanks,
Will