Skip to content

n0v1c3/excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

excel

Excel tools and workbooks

  • File > Options
  • Add-Ins > Manage: Excel Add-ins "Go" > Browse > Select vbaTools.xlsm
  • Trust Center > "Trust Center Settings" Macro Settings > "Check" Traust access to the VBA project object model
  • Add the following code to "ThisWorkbook" for automatic backup and restore on save
Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
Application.Run ("vbaTools.xlsm!VBABackup")
End Sub

Sub Workbook_Open()
Application.Run ("vbaTools.xlsm!VBARestore")
End Sub

About

Excel tools and workbooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published