We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a025df + d4107ab commit 422a56fCopy full SHA for 422a56f
src/vbaDeveloper.xlam/EventListener.cls
@@ -29,7 +29,7 @@ Private Sub App_WorkbookAfterSave(ByVal wb As Workbook, ByVal success As Boolean
29
If success Then
30
Build.exportVbaCode wb.VBProject
31
NamedRanges.exportNamedRanges wb
32
- MsgBox "Finished saving workbook: " & wb.name & " . Code is exported."
+ MsgBox "Finished saving workbook: " & wb.name & ". Code is exported."
33
Else
34
MsgBox "Saving workbook: " & wb.name & " was not successful. Code is not exported."
35
End If
0 commit comments