Macro to copy paste without having all the source books opened
Solved/Closed
fabianchpe
Posts
2
Registration date
Wednesday October 8, 2014
Status
Member
Last seen
October 12, 2014
-
Oct 8, 2014 at 04:52 PM
fabianchpe Posts 2 Registration date Wednesday October 8, 2014 Status Member Last seen October 12, 2014 - Oct 12, 2014 at 03:08 PM
fabianchpe Posts 2 Registration date Wednesday October 8, 2014 Status Member Last seen October 12, 2014 - Oct 12, 2014 at 03:08 PM
Related:
- Macro to copy paste without having all the source books opened
- Google books downloader - Download - Other
- Safari view source - Guide
- Spell number in excel without macro - Guide
- Discord invisible name copy and paste ✓ - Internet & Social Networks Forum
- View-source https www facebook com profile php id 100010157447383 ✓ - Facebook Forum
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Oct 9, 2014 at 11:53 AM
Oct 9, 2014 at 11:53 AM
Hi Fabian,
To open a workbook use (alter the file path to match yours):
Workbooks.Open "C:\Documents\Dashboard.xlsm"
To close the workbook and save the changes without being prompted, use:
Workbooks("Dashboard.xlsm").Close SaveChanges:=True
Best regards,
Trowa
To open a workbook use (alter the file path to match yours):
Workbooks.Open "C:\Documents\Dashboard.xlsm"
To close the workbook and save the changes without being prompted, use:
Workbooks("Dashboard.xlsm").Close SaveChanges:=True
Best regards,
Trowa
fabianchpe
Posts
2
Registration date
Wednesday October 8, 2014
Status
Member
Last seen
October 12, 2014
Oct 12, 2014 at 03:08 PM
Oct 12, 2014 at 03:08 PM
Hello TrowaD! You have no idea of how much I appreciate your help! It's working! It's amazing!
Thanks again,
Fabian
Thanks again,
Fabian