runs through and finds the cells that have values. If you change it to:![]()
If c.Value <> "" Then c.Select
it will copy the cell with a value![]()
If c.Value <> "" Then c.Copy
if the cell has no value,
the code will skip past the empty cell.![]()
If c.Value = "" Then c.Select
Bookmarks