View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed from AZ Ed from AZ is offline
external usenet poster
 
Posts: 120
Default Did FillDown break in 2007??

I was "upgraded" to 2007. Why doesn't this work??

If Target.Column = 4 And _
Target.Row < 21 Then
x = Target.Row
y = Target.Column

With wks
.Range(x, y + 1).FillDown

Method 'range' of object "wks" failed????

Ed