Skip to content

Commit 422a56f

Browse files
authored
Merge pull request hilkoc#37 from t-miller/patch-1
Remove extraneous space after workbook name
2 parents 5a025df + d4107ab commit 422a56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vbaDeveloper.xlam/EventListener.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Private Sub App_WorkbookAfterSave(ByVal wb As Workbook, ByVal success As Boolean
2929
If success Then
3030
Build.exportVbaCode wb.VBProject
3131
NamedRanges.exportNamedRanges wb
32-
MsgBox "Finished saving workbook: " & wb.name & " . Code is exported."
32+
MsgBox "Finished saving workbook: " & wb.name & ". Code is exported."
3333
Else
3434
MsgBox "Saving workbook: " & wb.name & " was not successful. Code is not exported."
3535
End If

0 commit comments

Comments
 (0)