I want to be able to input the maximum number of iterations through the configuration of the macro. I can't work this out and have tried nesting an iterative macro inside another macro but it doesn't allow you to change that. Is this even possible?
Background: I am doing fuzzy matching and looping through the Match Thresholds starting at 100 and dropping by 1 every iteration, currently my maximum iterations is 100 so the Match Threshold ends up at 0 for the final loop however if somebody wanted 85% as their Match Threshold I want to be able to enter 15 in the macro configuration without having to open the macro and change this (this is for when I send it out to others)