macroland Macroland

Get the Most Popular Macros

Latest Additions to Macroland

All Section Font Arial Black, Size14; Spaced 0 Before, 9 After
All fonts change to Arial black size 14 , Titles to Size 20, Paragraph spacing 0 before, 9 after
All Page Font Arial Size 14
All fonts change to Arial size 14, Titles to Font Size 20. 1 page effect
Create Index Page
Creates a new page with a category index at the top where each category is a hyperlink to sections below. Categories are comma delimited lists of strings (i.e "A,B,C,D,E", "Monday, Tuesday, Wednesday", "⭐,⚡,❓", etc.). An index page can serve as a repository for notes that need to be filed by category.
Function
Use sum, average, etc. functions on tables. Select a cell, a column or a row to apply the functions.
Rename Current Section
Renames the current OneNote section per DialogBox user input. // Get the current section $Section = GetCurrentSection() // Create a dialog box $DialogBox = DialogBox_Create("Rename Section", "Set the new section name:") // Add a text box to the dialog box DialogBox_AddTextBox($DialogBox, "New Section Name:", "txtSectionName", "", true) // Show the dialog box DialogBox_Show($DialogBox) // Get the value entered by the user $NewName = $DialogBox.controls["txtSectionName"] // Rename the section $Section.name = $NewName --code generated using Microsoft Copilot, slight human editing by Michael Steger
Proofing Language Text -> Irish (IE)
Sets the proofing language on selected text to Irish (ga-IE)
Text to Code
Converts selected text into Code table with line number and font 'Consolas' .
Text To Code V1.1
Takes code pasted from an IDE and makes a code like block, preserving color and disabling the spell check.
Show More

Browse Popular Categories