Helps please...... 
Im trying to copy and paste data from one worksheet "checklist" to another worksheet "action points"
i want the macro to look through all the rows 22 to 144 to see if the data in col D is "no" if so copy col A and H of that row to the action points sheet to next available row cols B and C.
I have -
If cells(x,d)=no then
and this keep coming up with an error telling me d is empty. Is this because the cells in col D all have listboxes with option yes/no ??? if so how do i get round this ??
Huge thanks in ant for any help !!!
Im trying to copy and paste data from one worksheet "checklist" to another worksheet "action points"
i want the macro to look through all the rows 22 to 144 to see if the data in col D is "no" if so copy col A and H of that row to the action points sheet to next available row cols B and C.
I have -
If cells(x,d)=no then
and this keep coming up with an error telling me d is empty. Is this because the cells in col D all have listboxes with option yes/no ??? if so how do i get round this ??
Huge thanks in ant for any help !!!