office 365
20385 TopicsRibboncreator2021
RibbonCreator 2021 is one of the most popular tools for creating custom Microsoft Access ribbons without having to write all the Ribbon XML manually. It provides a WYSIWYG (What You See Is What You Get) editor that allows developers to create tabs, groups, buttons, menus, and icons visually, and then export the generated Ribbon XML directly into an Access database. Advantages of RibbonCreator 2021 Easy-to-use visual interface. Automatically generates Ribbon XML. Integrates VBA callbacks for Access applications. Supports custom images and built-in Office icons (idMso). Compatible with Microsoft Access 2021 and Microsoft 365. Alternative Solution Another excellent option is AccessUI Ribbon & Tree Builder, a free Access add-in that enables developers to build complex ribbons without XML knowledge. It also helps generate the required VBA callback procedures automatically. Recommendation For professional Microsoft Access development: RibbonCreator 2021 → Best for advanced customization and full control over the Ribbon interface. AccessUI Ribbon & Tree Builder → Best for rapid development and ease of use. If you are developing Access applications for end users and need a robust, mature solution, RibbonCreator 2021 is generally the better choice due to its comprehensive feature set and direct Access integration. https://ribboncreator2021.de/36Views0likes1CommentStandardized succession planning process in Microsoft 365?
This might be a bit out there but I'm looking to build a succession planning system in our organization. Is there any way I can pull role information from Entra ID and automatically send out succession plan forms based on the individuals tenure so they can name successors? Possibly also create an attribute for potential successors for each role?32Views0likes1CommentNeed suggestions for managing email signatures organization-wide
Hi everyone, I'm looking for advice on managing email signatures organization-wide in Office 365. Right now, every user creates their own signature in Outlook. This has led to inconsistent branding and outdated contact details across the company. I explored a few built-in options, but nothing seems to give proper centralized control, and manually asking every user to update their signature isn't practical. I'm wondering if there's a better way to handle this natively within Microsoft 365, or if most organizations end up going with a third-party tool for this. If you've dealt with something similar, I'd love to hear how you approached it and what worked for you. Any suggestions or experiences would be really helpful. Thanks in advance!77Views0likes4CommentsHow to look up specific text in a specific column, multiple columns involved
Hello, I am trying to implement a search field for a vertically oriented list, lets name it #1 for reference, looking for the number of results of the desired text within a range in a specific column in separate ranged list, #2, which is horizontally oriented. Neither list are Excel tables. Values in List 1 are automatically obtained and sorted from List 2 via dynamic functions which spill over underneath. For better reference, I have implemented a simple sanitized example as an attachment, both in Workbook screenshot format. Is it possible for this to be implemented, and how could I go about to do so? Thanks in advanceSolved80Views0likes2CommentsBraille Translator Challenge
Using the Braille Alphabet lookup table provided: Part 1 - convert the given phrase from Braille to words. Part 2 - convert the given phrase from words to Braille. ✅ Solutions should be in the form of a single-cell formula. ✅ Generalized Lambda functions are welcome, provided the function definitions are included with your solution. ✅ Keep in mind, the "best" solution is not necessarily the shortest... Strive for conciseness, if you wish; just don't let your solutions be ordinary. 😉 Good luck and have fun!212Views0likes13CommentsPLEASE HELP ME. Can't Get Formulas In Word To Work?
I know how to use formulas in EXCEL and I know WORD isn't EXCEL. But I'm trying to enter a very simple formula into a table in a WORD document to calculate simple macro-nutrients. The formula is very simple. Each gram of carbs is 4 calories. I'm just trying to enter a formula that automatically multiples the number of carbs by 4 so I don't have to manually do the math on my own every time. As you can see in my screenshot, I got it to work by entering (=B2*4). The problem is the formula doesn't stay there. It instantly vanishes once entered. So if I change the number of carbs from 100 which is 400 calories, to 200 which is 800 calories, the formula doesn't automatically update the total calories because the formula disappeared once entered. I just want to know if I can enter the formula in a way which causes it to permanently stay in the cell so it always updates the total calories whenever I change the number of carbs? Just like EXCEL always does? And how to do that? If it's not possible, that's okay. I will simply consider going back to EXCEL then.33Views0likes1CommentAccess 2608 Build 20326: Line controls disappear in Print Preview
I believe there may be a regression in Microsoft Access Build 16.0.20326.20034 (64-bit) affecting Line controls in reports. I can reproduce the problem even with a completely new blank MDB database, so it does not appear to be related to an existing application. Steps to reproduce: 1.Start Microsoft Access 64-bit Build 16.0.20326.20034. 2.Create a new blank MDB database. 3.Create a new report in Design View. 4.Add a Line control to the Detail section. 5.Add a Rectangle control to the same section. 6.No VBA code or special event handling is required. 7.Select Microsoft Print to PDF as the printer. 8.Open Print Preview. Actual result: The Rectangle control is displayed correctly, but the Line control disappears in Print Preview. The problem is not specific to a particular printer. We have reproduced it with multiple printers. Expected result: Both the Line and Rectangle controls should appear in Print Preview and in the printed output. Workaround: Rolling Microsoft Access back to an earlier build immediately resolves the problem. The same MDB file and the same report then display and print the Line control correctly. We have also reproduced the issue with Build 16.0.20326.20044 (64-bit). Has anyone else been able to reproduce this with Version 2608 / Build 20326?552Views2likes10CommentsBigSpill: A 90‑Function Excel LAMBDA Library for Dynamic Arrays
What is BigSpill? BigSpill is an Excel LAMBDA library containing 90 functions across 10 categories, built from extensive experimentation with dynamic arrays. The goal is to provide elegant, efficient tools that make sheet‑level formulas easier to read, more modular, and more dynamic. The library includes a mix of: quality‑of‑life helpers essential primitives mid‑level operators developer‑level tools a few functions you might not expect to see in Excel Who is it for? Everyone. BigSpill aims to make complex operations more approachable and expressive. A few examples from the library: Pairwiseλ Staircaseλ Grainλ PolarGridλ Convolveλ Foldλ Tessellateλ Revealλ Knapsackλ Magnifyλ Traverseλ The repository includes full documentation and 11 sample workbooks so you can explore the functions without setup. If you’re interested in experimenting with dynamic arrays, or LAMBDA workflows, feel free to take a look. Feedback and suggestions are always welcome. I've attached 1 onboarding workbook. There are 10 more at the link below. GitHub: BigSpill82Views3likes2CommentsCorrupted Timestamp Display in Recent Files View
I am using Office 365 for iPadOS on a 2025 iPad Pro. With an Excel workbook open, the battery died. Ever since, the Recent Files (in List View) displays the timestamp of any workbook opened after the battery death into numbers: 0, 1, 2, 3, etc. The unopened files are not affected until they are reopened. The thumbnail view shows the correct timestamps, as does OneDrive. This carried over into Word as well. A second iPad shows the same corruption, but computer and iPhone are fine. So it is limited to just the iPadOS applications. Since it has propagated to a second iPad, it looks like the problem may exist on the server. The sorting algorithm or the user interface rendering loop may be hitting a fatal mathematical error, and to prevent the entire application from crashing, the app's code panics and falls back to simple numbering. Extensive troubleshooting has been done, including full app deletion/reinstall multiple times with sign-outs, account swap, time zone toggling, calendar format changes, and force restarts and updated/replaced the iPadOS using recovery mode. All settings have been reset. Since a backup to iCloud occurred after the incident, it may have the corrupt data. I have done everything but a full restore as a new iPad, which is impractical due to the number of applications.Solved65Views0likes2Comments