View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Addam Addam is offline
external usenet poster
 
Posts: 1
Default Change Boarder from VB .net

Anyone,
I am trying to add and bold a border around a cell in Excel. I do not
know how to do this in code. Basically a cell has 4 sides. In vb .net 2003
I want to select the sides. Top, Bottom, left, or right, then I want to add
a solid line bold boarder. the result would be something like this: Assume
top and bottom are always there

| 3 cells | 5 cells | 1 cell |

|___|_____|_|

does anyone know how to do this?

~thanks
addam