A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi Dan,
Based on your description, you can follow the steps below to export and import a macro.
- Open the workbook that contains the code you want to export.
- Press Alt+F11。
- Right-click on macro in the Project Explorer.
- Select Export File.
- Navigate to the folder where you want to save your macro.
- Give the file a name and click Save.
To import the macro into another computer, follow these steps:
- Open the workbook that contains the code for your new application.
- Press Alt+F11.
- Right-click the project name in the Project-VBA Project window.
- Select Import File.
- Navigate to the file you want to import.
- Click Open.
Regards,
Tisky