Get rid of the merged cells, they are more trouble than they are worth.

Signature
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
Actually, there where some hidden sheets in the file that I inherited, scilly
but true. whein I included also these into the list of sheets not to be
handled it worked 100% perfect. So i could leave the merged cells as they are.
Many thanks for the help!!

Signature
Tomas S
"Bob Phillips" skrev:
> Get rid of the merged cells, they are more trouble than they are worth.
>
[quoted text clipped - 111 lines]
> > > > Range("a1").Select
> > > > End Sub
Bob Phillips - 25 Jan 2006 23:40 GMT
I would still get rid of them. Another guy today had a macro that worked
fine for 11 out of 12 ranges. It did a cut and paste of some data, and it
failed on the one range because of ... merged cells.

Signature
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
> Actually, there where some hidden sheets in the file that I inherited, scilly
> but true. whein I included also these into the list of sheets not to be
[quoted text clipped - 116 lines]
> > > > > Range("a1").Select
> > > > > End Sub