Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution attached.
Used two iterative macros, one that checks the numbers up 1000 and one that checks the numbers down 1000.
Checks include sum of digits divisible by 3, and difference in sum of alternating digits divisible by 11, and divisibility by 2 and 5.
Not perfect approach but gets the job done
Solution attached below: