Hi All,
I think I'm going about this right but there's just something slightly wrong with my code.. I'm trying to have excel save a copy of my workbook to a specific directory when the active file is saved. Here's what I have..
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel...