On Mar 24, 10:56*am, joel <joel.48b...@thecodecage.com> wrote:
> Your is only checking column A for shading
>
> from
> If IsNumeric(ThisWorkbook.Sheets(1).Cells(rw.Row, 1))
>
> to
> if ThisWorkbook.Sheets(1).Cells(rw.Row,1).interior.colorindex <>
> xlnone
>
> --
> joel
> ------------------------------------------------------------------------
> joel's Profile: 229
> View this thread:http://www.thecodecage.com/forumz/sh...d.php?t=190077
>
> http://www.thecodecage.com/forumz
Hi Joel,
thank you very much for your tip. It help me to solve my problem.
Thank you again. Regards, Andreas