View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
johncaleb johncaleb is offline
external usenet poster
 
Posts: 13
Default Itemize a colum and fill down

Hi,
I have a data range from A1:D10
Is there a macro to remove all data from column C, then
itemize down "10,9,8,7,6,5,4,3,2,1" starting at C1?
Note, the number of rows can change from 10 to any amount later.

thanks.