Line Loop Answered Rafi Gaon December 03, 2017 14:31 1 comment hi, I'm trying to add a new row in a document when a specific item is selected. unfortunately, i don't manage to do it. enclosed there are some screens to show the problem i'm facing. thanks Comments 1 comment Sort by Date Votes Yaremi Miranda Lopez December 04, 2017 16:20 Official comment Hello, You don't need to use a LineLoop in this case, with the B1 Validation you have, add the condition there and if is met execute the Macro with the Set Command. I suggest you use the B1UP extended syntax and add the Row Number, for example: Set($[$38.1.0.LAST]|92726363); Please sign in to leave a comment.
Comments
1 comment
Hello,
You don't need to use a LineLoop in this case, with the B1 Validation you have, add the condition there and if is met execute the Macro with the Set Command.
I suggest you use the B1UP extended syntax and add the Row Number, for example:
Set($[$38.1.0.LAST]|92726363);
Please sign in to leave a comment.