View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
al007 al007 is offline
external usenet poster
 
Posts: 118
Default Selection Filldown format only

Is there a code which can filldown only format of a selection -
something like code below but the format only.


Sub Macro1()

Selection.FillDown
End Sub

Thxs