ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   setting color for range of cells blanks out gridlines (https://www.excelbanter.com/excel-programming/355920-setting-color-range-cells-blanks-out-gridlines.html)

Judy

setting color for range of cells blanks out gridlines
 
I'm using the following to color alternating groups of rows

stripe = Not stripe ' toggle to stripe the set of rows
Set myrange = Range(Cells(rTop, 1), Cells(rEnd, 7))
With myrange
.Interior.Color = IIf(stripe, LightYellow, PlainWhite)
end with

It works for the color effect, but results in blotting out the gridlines for
the
individual cells. I have gridlines visible in Excel Options, and gridlines
are still visible
outside the range-groups that I colored.

I've played with borders but can't seem to see a real solution. Do I have to
treat the cells individually (with for each..next -- which seems very
tedious )
or is there some other (preferred) technique?

Thanks.
--
Judy

GS

setting color for range of cells blanks out gridlines
 
Hi Judy,

Here's some sites with info you may find both helpful and interesting.

http://www.xldynamic.com/source/xld.CF.html#rows

http://www.cpearson.com/excel/banding.htm

Good luck!
Regards,
GS


All times are GMT +1. The time now is 09:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com