Hi
The problem is word wrap in you news reader.
the underscore sign "_" should be last charachter on the line above. Like
this:
sh.Range("A" & FirstRow + off, sh.Range("AC" & FirstRow + off)).Copy _
Destination:=NewSh.Range("A2").Offset(NewOff, 0)
Hopes this helps.
Per
"Sverre" <(E-Mail Removed)> skrev i meddelelsen
news

1462EE2-D76D-4556-8773-(E-Mail Removed)...
>
> My data is sorted by column D
>
> Than you very much. I have tryed this one as well. I got a massage:
> Syntax error in this statment:
>
> _
> Destination:=NewSh.Range("A2").Offset(NewOff, 0)
> Destination:=NewSh.Range("A2").Offset(NewOff, 0)
>
>
>