- Notifications
You must be signed in to change notification settings - Fork 7
Installation & Execution
Install as with any other Excel add-in (images shown are from Win7 and Excel 2013; click any image for a larger version):
-
Download
CSVExporter.xlam(see Releases) -
Save to
%USERPROFILE%\AppData\Roaming\Microsoft\AddIns -
Open Excel
-
At the bottom of the dialog, in
Manage:selectExcel Add-insand clickGo...

If you would prefer to be able to launch CSV Exporter by clicking a button in the Ribbon, or if the Ctrl+Shift+C keystroke combination is misbehaving, follow these steps as well:
-
First, open the
Customize Ribbonpane of theExcel Optionsdialog.a. I usually reach it by dropping down the options menu for the Quick Access Toolbar and selecting
More Commands......

-
Ensure
Main Tabsis selected inCustomize the RibbonandHomeis selected withinMain Tabs, then clickNew Group.

-
Choose a suitable symbol and revise the
Display nameto read "CSV Exporter".

-
Select
Macrosfrom theChoose commands fromdrop-down, then find and select theshowCSVExporterFormmacro (for v1.2.1 or later), or theshowFormmacro (for v1.2.0 or earlier).
Then, after making sure the "CSV Exporter" group remains selected, clickAdd >>.

-
Select the newly-added
showCSVExporterForm(orshowForm) macro entry and clickRename....

-
Choose a suitable symbol and revise the
Display nameto read "Launch".

-
Click
OKto close the options dialog.
A launch button for CSV Exporter should now appear at the far right of the Home Ribbon:
Load CSV Exporter within Excel by pressing Ctrl+Shift+C, or by clicking the custom Ribbon button created via the above steps.





