[Solved] Excel VBA Macro to search a column and display rows in pop up message based on column value [closed]
[ad_1] Based on what you’ve told me, this is what I can provide. Running it will find the first occurrence where Column A is not blank and Column B is missing text. You can then have your user fill it in, run it again to check for more. Sub checkcolumns() Dim i As Long ‘100 … Read more