The VBA can do the following:
1. Input print pages (e.g. 3,6,4)
2 .VBA can print out as pdf all input pages, but not in order (i.e. 6,3,4).
How to modify the VBA so that the print out is in order of input pages, i.e. 3,6,4?
Sub PrintSOR()
On Error GoTo 1000
ro = ActiveCell.Row
co =...