When i use the following code in Excel 2011 for Mac i get runtime Error 1004.
Does anyone have an idea to fix it?
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Dim Msg As String
Dim Ans As Integer
Dim FName As String
Msg = “Would you like to make a backup of this file?”
Ans =...