Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAYet another good challenge for practicing macros. Also used the test tool for the first time. Had to peak, I was clueless on how to test for errors without an application.
Macro:
Error detection not so perfect.
I created an iterative macro to solve the problem. Then basically applied the macro three time before union all the outputs together, which achieves the same results as using a batch macro.
My solution was dynamic based off of box size. With an error if a non number was input. Didn't quite understand the range selection so no bonus points there.
My solution
Here is my first macro challenge submission.