hey guys i have this small piece of code:
If IsEmpty(Cells(8, M8).Value) And IsEmpty(Cells(14, M8).Value) = True Then
Sheets("Schedule").Cells(8, M8).Value = info
Sheets("Schedule").Range(Cells(9, M8), Cells(14, M8)).Value = ","
Sheets("Schedule").Range(Cells(8, M8), Cells(14, M8)).Interior.Color = rcolor
Sheets("Schedule").Range(Cells(8, M8), Cells(14, M8)).BorderAround Weight:=xlMedium
M8 = M8 + 1
Else
M8 = M8 + 1
End If
and i want instead of printing a comma on the empty cells beneath the cell with the "info" init, i want all the info to be printed onto the cells under the main cell lets say, since the info is has a lot of words/aka quite large