Deleting rows based on cell values across sheets using VBA

preview_player
Показать описание

This demonstration will allow users to delete zero or blank values across multiple, homogenous worksheets of trade data. There will be three worksheets, which will all have the same format and contain some zero or empty cells in column J.

The macro will be called, deleteZeroRowsMultiSheets

Goal: Allow users to delete rows across worksheets based on zero or blank cell values using a macro.
Рекомендации по теме
Комментарии
Автор

Please teach me how to Remove #N/A rows across 100 sheets. All sheets are varied in rows Count (With #N/A)

duongbui
Автор

hello your video about deleting rows is very helpful, and i have used your code to my project
in this video you deleting rows based on zero or blank values across multiple sheet,
in my project if i use this method, a rows in my main form will be erase cause i have a zero or blank value,
i wonder, can i using this method only for specific sheet based on cell value ini my main form ?
e.g. The value of cell B1 is the name of the sheet that I want to delete the row, based on zero or blank value

i hope you can help me,

thank's a lot

saverizal