Kalpesh Agrawal
VBA For loop- Font colors
Let’s see, how to change the font color by using for loop.

You may be noticed that this code will run in the first sheet of your Excel workbook. You can remove the part “Sheets (1)” from both codes, and it will show the numbers in your active sheet (Runs the code in Active sheet).
Related: VBA For loop- Data in cells
Related: VBA For loop- Message Box
Related: Excel VBA common basic questions
Related: How to Record, Run and Save Macro