Hi
I have a set of sheets that I indicate items to be processed by a macro by inputting 'Y' into the cell.
I would like to use the form 'Checkbox' which will be quicker/easier for me to select/deselect as required. However I need help to edit my macro to suit.
The lines in my macro which see the 'Y' is;
Please see my attached sample.![]()
For i = 8 To 43 If UCase(sh1.Cells(i, 35)) = "Y" Then r = r + 1 If r > 4 Then r = 1 c = c + 1 End If
Thanks
Bookmarks