Module 2 Sub VBA_Homework_Easy_2() 'Second version below has line by line notes For Each i In ActiveWorkbook.Worksheets i.Activate LastRow = i.Cells(Rows.Count, 1).End(xlUp).Row Cells(1, 9).Value = ...
* Reverse-engineer one of your favorite websites to practice your HTML/CSS skills. * [CSS Zen Garden](http://www.csszengarden.com/) * Experiment with [Bootstrap](http ...