methode2404
New Member
- Joined
- Sep 3, 2018
- Messages
- 30
Hi,
i have to copy a variable range in a for next loop,
"s" is a variable
the line in bold doesn't work
it should copy the range from activecell to row "s" (s is a integer)
Sheets("taslak").Activate
ActiveCell.Offset(0, 1).Select
Range(Cells(0, 0), Cells(0 & s)).Select
Selection.Copy
Who can help me
Best regards
Metin
i have to copy a variable range in a for next loop,
"s" is a variable
the line in bold doesn't work
it should copy the range from activecell to row "s" (s is a integer)
Sheets("taslak").Activate
ActiveCell.Offset(0, 1).Select
Range(Cells(0, 0), Cells(0 & s)).Select
Selection.Copy
Who can help me
Best regards
Metin