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)

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,260 questions
0 comments No comments
{count} votes

Your answer

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