View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default XP, Excel 2003, VB6 cell border problem

You can't with any setting. You would need to place borders on the cell
that appeared the same as the grid.

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
Hello,
For a single-cell range, if I do
.Interior.Color = RGB(255, 255, 127)
then the grid around the cell disappears. How can I retain the grid?
Bill