Hi all,
Here is below a code that copy the desired source to destination. I would like to add a constant that will be used to copy the source x number of times.
![]()
Please Login or Register to view this content.
Hi all,
Here is below a code that copy the desired source to destination. I would like to add a constant that will be used to copy the source x number of times.
![]()
Please Login or Register to view this content.
Hi, nikenis,
you should make Cells inside your Range to relate to the destination sheet as well with adding a dot before them.
You would need to adjust your code to write cells to (maybe with End(xlUp).Row + 1):
Ciao,![]()
Please Login or Register to view this content.
Holger
Use Code-Tags for showing your code: [code] Your Code here [/code]
Please mark your question Solved if there has been offered a solution that works fine for you
Hi Holger,
Thanks for this.
I do not wish to copy the cycle down to rows but horizontally within the same row.
Regards,
Nikenis
Hi, nikenis,
by using another loop:
Ciao,![]()
Please Login or Register to view this content.
Holger
Hi Holger,
Many Thanks.
Regards,
Nikenis
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks