I found a bug this morning (my bug, not Microsoft's). I have a macro that creates the illusion of gridlines for when I fill the interior of a range. It does so by adding gray borders everywhere. Before
After> The old macro looked like this Private Sub cmdGridlines_Click()
With Selection
Selection.BorderAround xlContinuous, xlThin, [...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2009/10/28/borders-on-single-columns-or-single-rows/
Posted
Oct 28 2009, 10:41 AM
by
Daily Dose of Excel