View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MultiMatt MultiMatt is offline
external usenet poster
 
Posts: 2
Default Format a column from the last row of data on up

Merjet helped me with a macro to locate some particular data and
delete that row on down, and now I have one final formatting thing I
want to do:

I'd like to place a border around a column from the last row of data
in the worksheet, on up to the top.
The column is "AD".

I'm pretty sure I can figure out the macro to find the last row, but I
don't know how to fit in the code to say "format column "AD" from that
row on up"!!!

Thanks in advance, and thank you Merjet, for helping me with the other
macro!

Matt