Is it possible to get a font property (bold) of a cell using Application.TextStyles32Ex method (MS Project)?

43 Views Asked by At

I need to detect if the text in a cell is bold nor not on MS project.

There's no property of the cell object showing it, so I was wondering if it would not be possible to extract this information from Application.TextStyles32Ex.

Thanks for any help, even if the answer is no.

1

There are 1 best solutions below

2
john-project On BEST ANSWER

Sorry but Project does not support direct reading of cell formatting like Excel. The best you can do is an "end-around-run" that examines the criteria for the bold formatting and then use that.