Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, I would like to ask you about, how can I do(if it's possible), that the interior color will be transparent where it's in connection with the gridlines?? (Like when I select some cells) So I want, that the gridlines don't disappeare when I get an interior color for the cells. Thanks -- reloader ------------------------------------------------------------------------ reloader's Profile: http://www.excelforum.com/member.php...o&userid=27827 View this thread: http://www.excelforum.com/showthread...hreadid=530472 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
then add the gridlines with the borders icon or a macro using borders
Sub borderoneline() Selection.Borders.LineStyle = xlContinuous End Sub -- Don Guillett SalesAid Software "reloader" wrote in message ... Hi all, I would like to ask you about, how can I do(if it's possible), that the interior color will be transparent where it's in connection with the gridlines?? (Like when I select some cells) So I want, that the gridlines don't disappeare when I get an interior color for the cells. Thanks -- reloader ------------------------------------------------------------------------ reloader's Profile: http://www.excelforum.com/member.php...o&userid=27827 View this thread: http://www.excelforum.com/showthread...hreadid=530472 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interior color | Excel Programming | |||
Interior color | Excel Programming | |||
Passing Back Color to Interior Color | Excel Programming | |||
Interior Cell color | Excel Programming | |||
oRange.Interior.Color | Excel Programming |