Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: koenroovers

Hi @koenroovers.  If I am understanding the need/want correctly, you want to leave any parts list rows visible only if the part number contains "WA", right?  If so, I believe you can just change this one line as follows:

Change this:

If oCell.Value = "" Then

to this:

If oCell.Value.Contains("WA") Then

Wesley Crihfield

EESignature

(Not an Autodesk Employee)