Hi,
I saw in JWalk's 2013PPw/VBA the following macro:
Sub Macro5()
ActiveCell.Resize(,6)=Array("Jan","Feb","Mar","Apr","May","Jun")
End Sub
I then wanted to reduce the following code in similar fashion:
Sub AuthorizedShare()
With ActiveWorkbook.Worksheets("Summary Quoted")...