-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Attribute VB_Name = "Exporter" | |
' # [email protected] | ||
' # | ||
' # Created: 24 Jan 2016 | ||
' # Copyright: (c) Brian Skinn 2016-2020 | ||
' # Copyright: (c) Brian Skinn 2016-2021 | ||
' # License: The MIT License; see "LICENSE.txt" for full license terms. | ||
' # | ||
' # http://www.github.com/bskinn/excel-csvexporter | ||
|
@@ -16,9 +16,9 @@ Attribute VB_Name = "Exporter" | |
|
||
Option Explicit | ||
|
||
Sub showForm() | ||
Attribute showForm.VB_Description = "Load the CSVExporter application." | ||
Attribute showForm.VB_ProcData.VB_Invoke_Func = "C\n14" | ||
Sub showCSVExporterForm() | ||
Attribute showCSVExporterForm.VB_Description = "Load the CSVExporter application." | ||
Attribute showCSVExporterForm.VB_ProcData.VB_Invoke_Func = "C\n14" | ||
UFExporter.Show | ||
End Sub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Attribute VB_Exposed = False | |
' # [email protected] | ||
' # | ||
' # Created: 24 Jan 2016 | ||
' # Copyright: (c) Brian Skinn 2016-2020 | ||
' # Copyright: (c) Brian Skinn 2016-2021 | ||
' # License: The MIT License; see "LICENSE.txt" for full license terms. | ||
' # | ||
' # http://www.github.com/bskinn/excel-csvexporter | ||
|
Binary file not shown.