Share via

conditional formating excel VSTO

Jonathan Brotto 1,076 Reputation points
2022-01-18T21:41:14.787+00:00

I get this error as not sure how to access the method/functions for conditional formatting
I am using excel.range for this line under a with clause
.IconSetCondition.IconSet.IconSets = "xl3Triangles"

System.MissingMemberException
HResult=0x80131512
Message=Public member 'IconSetCondition' on type 'Range' not found.
Source=<Cannot evaluate the exception source>
StackTrace:
<Cannot evaluate the exception stack trace>

Developer technologies | Visual Basic for Applications
0 comments No comments

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.