Hi all,
This is a great community! Already answering many of my questions 
What I'm trying to do is the below -
I want to output my data into an Excel spreadsheet with multiple tabs. The tab name will be coming from a field (column). Let's say I have a column with the header "Capital Cities" - I want my tabs in my output file to be called London, Paris, Berlin, etc - you get the gist!
What I've succeeded in doing when I'm creating an output Excel spreadsheet is either
Sheet1London
Sheet1Paris
Sheet1Berlin
or
LondonSheet1
ParisSheet1
BerlinSheet1
This works - but I want to get the naming of the Excel tabs (sheets) better?
How do I get rid of the "Sheet1" in the name?! I can't figure it out - I'm getting errors.
Many thanks for any hints!