Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to Rename sheets from Multiple Excel file and Save with new name of Sheets

Puneet13
8 - Asteroid

Hello All,

 

Please help me to create macro to rename sheets form Multiple Excel file and Save with new name of Sheets

3 REPLIES 3
Puneet13
8 - Asteroid

Hi Krishna i have multiple excel files which is having multiple sheet  i want to change the all sheet name with "Sheet1", every file having one sheet.

Puneet13
8 - Asteroid

Use VB Script for Rename multiple sheet from multiple files in Alteryx

 

1. Add Run Command Tool in Alteryx.

2. Configuration window of the Run Command.

3. Write Source - Workflow_temp.yxdb

4. Run External Program Command: cscript.

5. Command Argument: ".\VBA_Example.vbs"

6. Working Directory: %Engine.WorkflowDirectory%

7. Run minimized - checked

8. Run Silent - checked

9. Read result: Macro VB Script code path.xlsm

 

 

Labels