I'm just stuck. I need to put a bottom border on a range of cells using a variable (lncnt) for the row value. Can someone tell me what's wrong with this line of code?
Worksheets("print").Range(Cells(lncnt, 1), Cells(lncnt, 4)).Borders.xlBottom = True
thanks in advance
Bookmarks