View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WhyIsEverythingSoConfusing WhyIsEverythingSoConfusing is offline
external usenet poster
 
Posts: 2
Default Programmatically check cell formatting

I have exported a task list from Project. Column C contains task names.
Summary tasks are bold and actual (working) tasks are not. I would like to
(until there isn't any more data in Column C) insert a row after each task
that is not a summary task (ie, not bold).

I found other examples of inserting rows, but I don't know how to check this
specific cell/text formatting.

Any help is greatly appreciated.
--------------
Justin