View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Is is possible to set a border NOT on the edge of a cell?

Abraham,
A border, by definition, is on the edge.
How about placing a shape in the correct place. e.g
ActiveSheet.Shapes.AddShape(msoShapeDiamond, .....

NickHK

wrote in message
oups.com...
I am looking to create a macro that either pastes a mini-image or
formats a diamond shaped border in each cell of a selected range.

I know how to do the macro, but cant figure out either how to paste an
small image in each cell or add a non-traditional border.

Using Excel 2002 for windows. I know a fair amount of VBA.

-Abe