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 for android - Download - Other
 - View page source safari - Guide
 - Connection failed after 4 retries cs source - Guide
 - How to copy paste youtube link on android - Guide
 - Tiktok hashtags trending copy and paste - TikTok Forum
 
2 responses
                
        
                    TrowaD
    
        
                    Posts
            
                
            2921
                
                            Registration date
            Sunday September 12, 2010
                            Status
            Contributor
                            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