As written, anything can be used to "mark a row".
This line details where data is put into the form/worksheet to be printed.
As written, the code puts the first 7 values on a marked row into that output sheet. If you want to control which columns on a marked row go to the output sheet.
Add
immediatly after the myAddresses line.
And change the line to this:
By changing the 1,2,3,..,7 to the columns you want, you will get the control you want. Make sure that the myInputColumns is as large (or larger than) the myAddress array.
Bookmarks