Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the best way to not show any borders or gridlines around some cells
(not the whole sheet)? For example, when I change the Layout of a Column field in a Pivot Table to "Show Items in Outline Form," much of the Pivot Table has no black borders and no grey gridlines around the cells. When I use VBA to inspect those cells, I see a Borders.Linestyle = 1, and a Borders.ColorIndex = xlColorIndexNone (-4142). So, the border seems to be a line with no color, which must cover up the default gridlines. But I cannot use VBA to set the borders that way. When I set the ColorIndex to xlColorIndexNone, Excel automatically changes the Linestyle to -4142. So, rather than getting a line with no color, I get no line (with no color). Charlie Rowe |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I never fool with this, but can you set the ColorIndex to xlColorIndexNone
and then change the Borders.Linestyle back to 1? --- "Charlie Rowe" wrote: What is the best way to not show any borders or gridlines around some cells (not the whole sheet)? For example, when I change the Layout of a Column field in a Pivot Table to "Show Items in Outline Form," much of the Pivot Table has no black borders and no grey gridlines around the cells. When I use VBA to inspect those cells, I see a Borders.Linestyle = 1, and a Borders.ColorIndex = xlColorIndexNone (-4142). So, the border seems to be a line with no color, which must cover up the default gridlines. But I cannot use VBA to set the borders that way. When I set the ColorIndex to xlColorIndexNone, Excel automatically changes the Linestyle to -4142. So, rather than getting a line with no color, I get no line (with no color). |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No, when I set the Color to None, Excel automatically changes the LineStyle
to None. When I then change the LineStyle to 1, Excel automatically changes the Color to Automatic (-4105). I cannot get both the LineStyle and the Color set to None; but the Pivottable can do it. "Bob Bridges" wrote: I never fool with this, but can you set the ColorIndex to xlColorIndexNone and then change the Borders.Linestyle back to 1? --- "Charlie Rowe" wrote: What is the best way to not show any borders or gridlines around some cells (not the whole sheet)? For example, when I change the Layout of a Column field in a Pivot Table to "Show Items in Outline Form," much of the Pivot Table has no black borders and no grey gridlines around the cells. When I use VBA to inspect those cells, I see a Borders.Linestyle = 1, and a Borders.ColorIndex = xlColorIndexNone (-4142). So, the border seems to be a line with no color, which must cover up the default gridlines. But I cannot use VBA to set the borders that way. When I set the ColorIndex to xlColorIndexNone, Excel automatically changes the Linestyle to -4142. So, rather than getting a line with no color, I get no line (with no color). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Borders & Gridlines | Setting up and Configuration of Excel | |||
Excel 2007 - Gridlines & Borders printing problem | Excel Discussion (Misc queries) | |||
Data in cells with gridlines moves up within the cells. | Excel Discussion (Misc queries) | |||
Show gridlines or cell borders on top of a picture | Excel Discussion (Misc queries) | |||
Lightened gridlines, now borders are that color now, even though | Setting up and Configuration of Excel |