Prima dell' if .Files("Height") ect. metti un
codice:
If Not .EOF then
 If .Files("Height")>=40 or .Files("Width")>=60 then
 .
 .
 else
 .
 .
 End If
End If