Create Office file
xlide_create_projectCreate a new Office file with an empty VBA project at a specified path. Avoids repair prompts by using a template, and never overwrites existing files.
Instructions
Creates a new Office file with an empty VBA project at the given absolute path, from a template the application itself authored, so it opens with no repair prompt. Extensions: .xlsm, .xlsb, .xlam, .docm, .pptm, .accdb, and .xlsx for a workbook with Power Query and no macros. It never overwrites an existing file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to create. The extension picks the format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||