Hi,

I need to add validation which sees if any of the cells in a column are empty. If yes, then I need to show a message to the user.

I need to write this dynamically in VB.net depending on the number of rows.
How do I do this?

KPC