looking for VBA code to Delete a cell value in a range of cells (A3 - A lastrow) if value = cell d1 value on a cover sheet.
VBA to delete cell value from a range of cells if cell value = another cell value.
- Newbie40
- Thread is marked as Resolved.
-
-
-
Re: VBA to delete cell value from a range of cells if cell value = another cell value
Maybe this.
Sheet2 is the cover sheet, sheet1 is the sheet with data. -
Re: VBA to delete cell value from a range of cells if cell value = another cell value
Sorry I should have stated that all data is on the same sheet. i have written code to delete a sheet which has been chosen from a range of cells on the cover sheet, which is A3 - the last row. the value aslo goes into cell d1 on the cover sheet. what i am trying to do is delete the value within the range a3 - a lastrow if it is the same as cell d1. i have tried to modify what you have written with no luck.
-
Re: VBA to delete cell value from a range of cells if cell value = another cell value
Then you need to upload a workbook.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!