Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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>
An implementation of Visual Basic that is built into Microsoft products.