Hello World,
I found the following VBA code here in the forum, however, I'd like to take it one more step.
Sub strip_zero_length_string()
Dim c As Long
With Sheets(ActiveSheet.Name).Cells(1, 1).CurrentRegion
.Cells = .Cells.Value
For c = 1 To .Columns.Count...