hello there,
got a range from column a to w.
the numbers of rows vary from time time.
the user must fill manually data in colomns o,v,w.
i need help with the following:
1.i need a vba code that finds the last non-empty cell in column A
2.runing a loop from cell A2 to the last cell in column A
3.find if there are empty cells in columns o,v,w
4.if there's empty cell - is there a way to show it with a msg box? (even if it finds 100 cells) or option no.2 is to color these cells
i want that the user will see exactly where are the empty cells.
thank you very much
got a range from column a to w.
the numbers of rows vary from time time.
the user must fill manually data in colomns o,v,w.
i need help with the following:
1.i need a vba code that finds the last non-empty cell in column A
2.runing a loop from cell A2 to the last cell in column A
3.find if there are empty cells in columns o,v,w
4.if there's empty cell - is there a way to show it with a msg box? (even if it finds 100 cells) or option no.2 is to color these cells
i want that the user will see exactly where are the empty cells.
thank you very much