Can anyone help?
I found this code on another thread ("Copy to new worksheets") but i need to to retain the column widths when the new tab is created. Any help would be much appreciated.
Sub Create_Report()
Dim LastRow As Long, LastCol As Integer, i As Long, iStart As Long, iEnd As Long...