Hi everyone,

I need to create a VBA form that deletes defined cells in Excel with a code like this one : Range("A1, B1, C1, D1, E1").ClearContents. I want to add checkboxes to the form, each permitting to delete a different row (1st checkbock would delete the first row, 2nd checkbox would delete the second row and so on). The change would only occur when the OK button is pressed (several rows could then be deleted at the same time if their checkboxes are checked). Since I have very limited backgroud in VBA, I don't know how to code this so the change can only happen once the OK button is clicked. Do you have suggestions? Any help is much appreciated.

Narfcois