Enzo_Matrix
Board Regular
- Joined
- Jan 9, 2018
- Messages
- 113
Code:
ActiveSheet.Range("A5:I50").Select
With Selection.Borders(xlInsideHorizontal)
.LineStyle = xlContinuous
.Weight = xlThin
End With
My range of data changes as I add or remove information from my table.
Is there a way to modify this or add a few lines so that only the cells that have information in them are underlined?
Code:
IF cell "" Then ""?