I'm trying to find a way to add a scroll bar/scroll buttons to the tabrow. Instead of having tabs stack into multiple rows, I'd like one row. Anyone know if this is feasible? Thanks
Not as far as I know, but you can hide the tab row and use buttons to move to the next or previous sheet (or to a specific sheet). You could also create a table in the script with the sheet names and id's. You can then use a listbox to select a sheet by adding an Activate Sheet action to the OnSelect field trigger. If you uncheck the Single Column option of the listbox you can resize it to one row with lots of columns. You'll see a scrollbar if there are more values than fit the width of the listbox.