View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default VB Cell Formatting

Try using conditional formatting

See http://www.contextures.com/xlCondFormat01.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"schaapiee" wrote in message
oups.com...
I am looking to setup borders within the range of active cells, meaning
if there is data in the furthest right column and data in the furthest
down row, then to fill all cells encompassed in that intersection with
a certain border scheme. The range will change per each report, so I
need a dynamic range figured.

I am also looking for code where the row will fill with background
color, not the entire row only the cells that have data in them. And
again, the ranges will fluctate so a simple macro with the range
selected will not be beneficial.

Thanks for your help, let me know if questions.
~schaapiee