Hi there, I am very new to the use of Macros and VBA. I have a requirement to highlight alternate rows of a spread sheet (excel2003) with grey shading.
I am using this macro provided by MS support (http://support.microsoft.com/kb/213616):
Sub ShadeEveryOtherRow()
Dim Counter As Integer...