Hi, i have code below but i would only like to select row from columns A:D. i need to merge this row. Thanks
![]()
Cells(Rows.Count, 1).End(xlUp).Offset(0, 1).Select With Selection .HorizontalAlignment = xlCenter .VerticalAlignment = xlBottom .MergeCells = True .Font.Bold = True .Font.Name = "Arial" .Font.Size = 11 End With
Bookmarks