Macro for concatenating and moving data
Closed
psymson
Posts
2
Registration date
Friday December 2, 2016
Status
Member
Last seen
December 5, 2016
-
Updated by psymson on 2/12/16 at 11:46 AM
psymson Posts 2 Registration date Friday December 2, 2016 Status Member Last seen December 5, 2016 - Dec 5, 2016 at 07:03 AM
psymson Posts 2 Registration date Friday December 2, 2016 Status Member Last seen December 5, 2016 - Dec 5, 2016 at 07:03 AM
Related:
- Macro for concatenating and moving data
- Tmobile data check - Guide
- Gta 5 data download for pc - Download - Action and adventure
- How to insert picture in word without moving text - Guide
- Digital data transmission - Guide
- Data transmission cable - Guide
2 responses
yg_be
Posts
23399
Registration date
Sunday June 8, 2008
Status
Contributor
Last seen
December 17, 2024
5
Dec 2, 2016 at 01:33 PM
Dec 2, 2016 at 01:33 PM
Are you familiar already with programming in general and with using VBA?
Did you already perform simpler exercices in VBA?
Do you want the destination workbook to contain a sequence of identical lines, except that some data is copied from the source workbook?
In that case, it is perhaps simpler to fully populate the destination workbook from the macro, rather than inserting data in the middle of the existing data.
Did you already perform simpler exercices in VBA?
Do you want the destination workbook to contain a sequence of identical lines, except that some data is copied from the source workbook?
In that case, it is perhaps simpler to fully populate the destination workbook from the macro, rather than inserting data in the middle of the existing data.
psymson
Posts
2
Registration date
Friday December 2, 2016
Status
Member
Last seen
December 5, 2016
Dec 5, 2016 at 07:03 AM
Dec 5, 2016 at 07:03 AM
Hi
Thanks for the reply.
I am familiar with VBA and have written some more complex macro's in the past, although not recently and have only just got back into it.
Good point raised about it being easier to fully populate the destination cells with a macro, as the tests will just repeat, with the only variables being the data from the source workbook.
Any further help would be greatly appreciated.
Thanks again.
Thanks for the reply.
I am familiar with VBA and have written some more complex macro's in the past, although not recently and have only just got back into it.
Good point raised about it being easier to fully populate the destination cells with a macro, as the tests will just repeat, with the only variables being the data from the source workbook.
Any further help would be greatly appreciated.
Thanks again.