vsto FormatConditions add: how to make the FormatCondition case sensitive

simon jiang 1 Reputation point
2021-11-16T02:03:28.69+00:00

FormatConditions.Add(
XlFormatConditionType.xlCellValue,
XlFormatConditionOperator.xlNotEqual,
range)

Microsoft 365 and Office | Development | Other
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.