Hi.
i tried to replace to zero if cell Empty or Null using AsEnumberable without losing other columns data…
i got error.
Dt_ReadRange.AsEnumerable().Where(Function(r) r.ItemArray.Any(Function(a) string.IsNullOrEmpty(a.ToString))).Count>0
Thanks
Shyam