View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] swartzbill2000@yahoo.com is offline
external usenet poster
 
Posts: 1
Default XP, Excel 2003, VB6 cell border problem

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