- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
If you need help piecing it together just post the code your using and will be happy to help with advice.
Or if this helped you, please, click (like)
Regards
Alan