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

 

You will first need to loop through the partslist rows. See example here from API Help, the first for loop sets up a counter (i) which you can then index the row between 1 and the total number of parts list rows called the count. At a certain index number you can insert the custom row snippet. You may need to identify an item in your partslist like a description or part number etc and for that you may need the column for loop also to catch a specific cell.

 

The sample is vba so do a find and replace for Set and replace with blank and replace sub.... with sub main. It might be easier to simply work with the sample and then integrate into your version.  

 

Insert custom parts list row

If you need help piecing it together just post the code your using and will be happy to help with advice. 

 

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan