Search code examples
vbams-project

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


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


Solution

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