View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zone Zone is offline
external usenet poster
 
Posts: 269
Default Fill Area Between Lines

In C++, you can draw a rectangle, then draw a bigger one around it,
then fill only the area between the two, leaving the inner rectangle
with no fill. This leaves the inner rectangle free to display
whatever's behind it. I cannot figure out a way to do this in VBA.
Whereas C++ has a fill function that will fill until it encounters a
different color border, I just don't see how to do this in VBA. Any
suggestions? TIA, James