In a For Each c In Range("K2:K100") - Next loop.
How do I write <set i?)="" &="" i?:?C:?="" rngCopy='wrkSheet.wrkSheet.Range("A:"'>in the code below, Set rngCopy = wrkSheet.wrkSheet.Range("A:" & i":"C:" & i")
where Dim i As Long, and i is the row number of the cell in column K of the loop?
Set rngCopy to two (or more) individual cells instead of a contiguous range.
(My example above produces every error message known to Excel 2010)
Regards,
Howard
<tbody>
</tbody></set>
How do I write <set i?)="" &="" i?:?C:?="" rngCopy='wrkSheet.wrkSheet.Range("A:"'>in the code below, Set rngCopy = wrkSheet.wrkSheet.Range("A:" & i":"C:" & i")
where Dim i As Long, and i is the row number of the cell in column K of the loop?
Set rngCopy to two (or more) individual cells instead of a contiguous range.
(My example above produces every error message known to Excel 2010)
Code:
Set rngCopy = wrkSheet.wrkSheet.Range("A125:Q144")
Regards,
Howard
<tbody>
</tbody>
Last edited: