Protect and email with a Macro in Excel
Closed
                                    
                        DinadanC                    
                                    -
                            Mar 11, 2010 at 01:50 PM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 12, 2010 at 04:46 AM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 12, 2010 at 04:46 AM
        Related:         
- Protect and email with a Macro in Excel
 - Excel online macros - Guide
 - Create snapchat account with email - Guide
 - Excel mod apk for pc - Download - Spreadsheets
 - Excel run macro on open - Guide
 - How to recover facebook password without email and phone number - Guide
 
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Mar 12, 2010 at 04:46 AM
    Mar 12, 2010 at 04:46 AM
                        
                    I have not tested it, but try it here
........
With Dest
.SaveAs TempFilePath & TempFileName & FileExtStr, _
FileFormat:=FileFormatNum
ActiveWorkbook.Protect Structure:=True, Windows:=False,Password:=12345
.........
            ........
With Dest
.SaveAs TempFilePath & TempFileName & FileExtStr, _
FileFormat:=FileFormatNum
ActiveWorkbook.Protect Structure:=True, Windows:=False,Password:=12345
.........