I have a Google Sheet with over 100 tabs (worksheets). I color code my tabs based on where they are in my workflow (Yellow-I'm collecting data, Green-ready for my partner to research, Blue-my partner is researching, Red-dead deal). We add multiple tabs on a daily basis, and the list of tabs is growing rapidly. My partner wants all of the dead deals (red tabs) to be at the end of the list. Dragging the tabs one by one to the end takes way too long. I need a script (or any other working method) to take every tab that is colored red and move them to the end of the list of tabs.
So far the only option I've found was a VBA code for Excel. As far as I can tell, VBA doesn't work with Google Sheets, because it is a code that only Microsoft uses SMH.
I don't know enough about jquery or scripting to write my own code, and I haven't been able to find an answer by Googling, so I don't have any test results. Also, my sheet has sensitive data, so I can't provide it as test data, but the question should be easy (for someone who knows how to script) to reproduce without need of a test sheet. Just make a blank Google Sheet with 3 or so tabs, color the 1st one red, then work on a script that will move that red tab to the end.