Hi there! I got a problem with my Macros. I am new there so I don't know much.
The question is this: I have to write numbers from 1 to 25 (already done) and in the next line, I should display only those numbers which are divisible with 8 [divisible from those in that interval (interval 1 to 25)] - e.g From 1 to 25, the numbers divisible with 8 should be 8, 16, 24.
How can I do that with the code. I shall use the loop For.
Bookmarks