Copy Cells to Separate Workbook Using VBA
Closed
ProWHP
Posts
3
Registration date
Saturday July 7, 2018
Status
Member
Last seen
June 2, 2021
-
Jul 7, 2018 at 12:23 PM
ProWHP Posts 3 Registration date Saturday July 7, 2018 Status Member Last seen June 2, 2021 - Jul 8, 2018 at 12:56 AM
ProWHP Posts 3 Registration date Saturday July 7, 2018 Status Member Last seen June 2, 2021 - Jul 8, 2018 at 12:56 AM
Related:
- Copy Cells to Separate Workbook Using VBA
- Vba case like - Guide
- Number to words in excel formula without vba - Guide
- How to open vba in excel mac - Guide
- Vba check if value is in array - Guide
- Vba color index - Guide
2 responses
xpcman
Posts
19530
Registration date
Wednesday October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,825
Jul 7, 2018 at 01:03 PM
Jul 7, 2018 at 01:03 PM
I suggest you hire a VBA programmer to write custom code for you.
Ambucias
Posts
47310
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
February 15, 2023
11,162
Jul 7, 2018 at 05:19 PM
Jul 7, 2018 at 05:19 PM
This CCM How-to should help you:
https://ccm.net/apps-sites/software/1615-copy-data-to-another-workbook-in-excel/
https://ccm.net/apps-sites/software/1615-copy-data-to-another-workbook-in-excel/
ProWHP
Posts
3
Registration date
Saturday July 7, 2018
Status
Member
Last seen
June 2, 2021
Jul 8, 2018 at 12:56 AM
Jul 8, 2018 at 12:56 AM
In order to make that work I will have to change the following right?
Dim wbTarget As Workbook
Dim wbThis As Workbook
Dim strName As String
Dim wbMyFirstWorkbook As Workbook
So on and so forth correct?
Dim wbTarget As Workbook
Dim wbThis As Workbook
Dim strName As String
Dim wbMyFirstWorkbook As Workbook
So on and so forth correct?