User Profile
J_Taylor40
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Add tab/page to group on other page
Classification: TABS PRIORITY IN MY OPINION: 5 on a scale from 1 (low) to 10 (high) At the moment, it is great that tabs can be moved to a new window, other windows in profile and other profiles. There is also an option to add tabs to groups. However, this only applies within the current window. It would be ideal to be able to move tabs to another group on a different window (but in the same profile).775Views0likes0CommentsRe: Excel Sort Script does not work
Hi L z. Thank you for the ideas. I tried both of them. However, because they create a table, they conflict with my table that I already have there. I realised I failed to mention the present of the table. Is there some quick code adjustments that could be made for a table?5.1KViews0likes5CommentsExcel Sort Script does not work
I'm new to scripts so I tried to record one. However, the recorded script has errors. I am trying to sort a table by the first column. The script is: function main(workbook: ExcelScript.Workbook) { let selectedSheet = workbook.getActiveWorksheet(); // Sort on table: selectedSheet column index: '0' selectedSheet.getSort().apply([{key: 0, ascending: true}]); } And the screenshot: How can I sort by the first column if this doesn't work? Thank you for your assistance.Solved5.2KViews0likes7Comments
Groups
Recent Blog Articles
No content to show