Create Address Labels from a Spreadsheet | Microsoft Docs sub createlabels () ' clear out all records on labels dim labelsheet as worksheet set labelsheet = worksheets ("labels") labelsheet.cells.clearcontents ' set column width for labels labelsheet.cells (1, 1).columnwidth = 35 labelsheet.cells (1, 2).columnwidth = 36 labelsheet.cells (1, 3).columnwidth = 30 ' loop through all records dim addresssheet …