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. 😉
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.