R
ryguy7272
For each cell with bold text, which is actually a subtotal, how can I
underscore the cell, with double lines, and have the same, extending 8 cells
to the right of this? The subtotals are in column C. I figure it will be
something like this:
For each
With Selection.Borders(xlEdgeBottom)
.LineStyle = xlDouble
.Weight = xlThick
.ColorIndex = xlAutomatic
End With
Next
I’ve done it before, on another project, but I can’t find the code anywhere
in my library of code. Please help!
Thanks,
Ryan---
underscore the cell, with double lines, and have the same, extending 8 cells
to the right of this? The subtotals are in column C. I figure it will be
something like this:
For each
With Selection.Borders(xlEdgeBottom)
.LineStyle = xlDouble
.Weight = xlThick
.ColorIndex = xlAutomatic
End With
Next
I’ve done it before, on another project, but I can’t find the code anywhere
in my library of code. Please help!
Thanks,
Ryan---