I have data in 2 excel tabs as follows:
I want to use macro that gives me following output:
So basically I want to do the following via macro
1) Combine all the excel tabs
2) Combine field name with the sheet name &
3) Add an additional column that contains sheet name
Solved! Go to Solution.
With which tool do we need to link the "TabName" control parameter tool?
That control parameter doesnt need to be attached to anything. Its being used as a reference shortcut.
I changed the name of that parameter to something easy for me to identify and then I can reference it in a formula tool using the reference shortcut.
Once its setup, you can make a reference to it in the formula or other tools.
This is where I use it to populate the SheetNames column
and this is where it is used to rename the columns.
@SPetrie Thankyou for your response!!