I can't find that quote in any of the references in this thread. (Unless it is from the contexures link in the OP, other users of this forum would benifit more if this discussion were its own thread.
If it is code, then
'cells to copy from Input sheet - some contain formulas
myCopy = "D5,D7,D9,D11,D13"
The apostrophy at the start of the first line indicates that that line is a comment.
The next line sets the variable myCopy to the string "D5,D7,D9,D11,D13"
I would need to see the rest of the code to tell you how it fits together.
Since those cell addresses are all in the same column, we definatly would need to see the code to make it work on more than column D.
Please start a new thread. If you post the code in that thread, please wrap it.
Bookmarks