I would like to insert rows of data based on a particular match. The matching string would be stored in a range along with the rows to be inserted. The following example provides an idea of what I am trying to achieve. I would look for category name="Common Category" and insert the two attribute rows below the found object.
category name="Common Category"
attribute Name="Document Type">SOP</attribute
attribute Name="Document Sub-Type">NA</attribute
Where if the string is found the row(s) would be inserted below the matching string. the example shows two but it would be the defined range.
Anyone have a solution?
category name="Common Category"
attribute Name="Document Type">SOP</attribute
attribute Name="Document Sub-Type">NA</attribute
Where if the string is found the row(s) would be inserted below the matching string. the example shows two but it would be the defined range.
Anyone have a solution?