Named excel tabs for multi query export

jake

Member
Is there a way to do it?

Right now when I export a few queries into Excel it names the tabs "Select table_name".

Thanks,
jake
 
You can set a tab name by using the tab= directive in a comment preceding the statement:
pls90sqlwindow.png

 
Woohoo!!!!

You are my hero! That is going to save me a bunch of time.

...and I love the program. Been using it for 7+ years.

/jake
 
Execute multiple queries in the SQL Window, separated by semi-colons, right-click on a result set and select "Export to Excel > All as xls(x)".
 
Back
Top