Recent Discussions
File always corrupt
Anyone have the same problem with me? I use microsoft excel 365 on my mac. At the beginning everything alright, until i use formula and then save the file. When i want to re-open the file, the messagebox showed up "we found something wrong in your content...". It gives 2 option, yes and no. If i click no, the file wont open. If i click yes, the file open, the excel do the recovery, the file open but end up with all the formulas is gone, deleted by excel and just left the value. What should i do? Do the file can still be fixed?31Views0likes1CommentXLOOKUP search w/multiple output
I've been working on a project and I am completely stumped. I cannot wrap my brain around how to get this to work. In the example below, I want to Enter a number in either of the top two field and have the last three fields populate. Now, I can get this to work for one, but not the other and for some reason when I switch from bottom search to the top search the old data doesn't clear and the search doesn't work. This is the formula I have so far //=XLOOKUP(H8,A2:A10606,B2:B10606) Anything I have done after has been a disaster127Views0likes7CommentsSide load office add-in?
I've created an office.js add-in that I can test with debugging in VS Code. I have deployed it including the manifest to a web site, but now I can't find the option to add it to my Excel anymore, where has that option gone? I'm on Microsoft® Excel® for Microsoft 365 MSO (Version 2602 Build 16.0.19725.20126) 64-bit Thanks GJ19Views0likes0Commentsunpivot data and handle merged cells without using Power Query (Unpivot_Toolkit)
Hey, guys!! I’ve been working on a set of functional Excel Lambdas to solve a common headache: transforming "Wide" human-readable data into "Long" database formats without having to open Power Query every time. =UNPIVOT_PLUS(table, [no_of_cols], [no_of_headers], [attribute_names], [value_name], [remove_errors], [remove_blanks],[pad_blanks_with],[pad_errors_with]) Don’t worry about the full list, most use cases only require 5 arguments. I've included a table of default values at the end. Merged Cell Support: Automatically handles fill-down/fill-right logic for merged headers/columns. Bonus Helper: SPLIT_INJECT =SPLIT_INJECT(array, target_indices, delimiter, [ignore_empty], [match_mode], [pad_with]) It targets specific columns, splits them by a delimiter (like TEXTSPLIT), and expands the entire table horizontally while keeping all other columns perfectly stable. Optional arguments match TEXTSPLIT defaults. Feel free to tear this apart or adapt it for your own edge cases. I’d love to hear how you end up using it! You can grab both functions from my GitHub Gist https://gist.github.com/Medohh2120/f8553c149684e39bb499249e39f01017. Argument Description Default Behavior table The array or range of data to unpivot. Required argument (no default) [no_of_cols] Fixed left columns to keep as identifiers. 1 [no_of_headers] Top rows used as headers, handling merged cells. 1 [attribute_names] Header name for the unpivoted attributes . "Attribute" [value_name] Header name for the unpivoted values. "Value" [remove_errors] Excludes grid rows with formula errors. FALSE [remove_blanks] Removes grid empty cells and empty strings. TRUE [pad_blanks_with] Value to substitute for empty cells. Leaves cell blank [pad_errors_with] Value to substitute for errors. Leaves error as-is113Views0likes0CommentsCopy and Paste Will Not Using the Destination Formatting
I am writing a book in Wood and will submit it to Amazon KDP, and I have set up the document per KDP guidelines. I am working on an English version and a Spanish version at the same time as two separate documents. The text is justified. Both documents have Normal/Modify settings set up exactly the same. The Fonts and Paragraph settings are exactly the same. I have gone into the Options/Advanced area of Word and played with all of the Cut, Copy, and Paste settings to try to fix my problem. But I can't figure out what is going on. I created the Spanish document by using Google Translate to take English paragraphs, translate them, and pasted them into the Spanish document The Spanish document is completed, and all of the formatting looks fine. So I already have paragraphs that are a certain size in the document, meaning they take up a certain number of lines. I am now editing the book using the English document. Something has changed with the Spanish document! If I make a small edit in an English paragraph, use Google Translate to deal with the edit and do a new translation, and then copy and paste that edited Spanish paragraph from Google Translate back into the same place as the original paragraph in the Spanish document, the words are slightly more compressed together, so the paragraph gets shorter! This happens if I even change just a single word in a paragraph, which has not really changed the length of the translation. The paragraph will become shorte by a half of a line, or a full line on long paragraphs. This is all becasue the words are being spaced slightly closer toegether now, versus when I originally crated the document. Also, when I start to do the paste, from Paste Option only get the option for "Keep Text Only." I don't get the multi-paste option box. Something has changed in my setup of Word from the time I created the original Spanish document, and what is happening now. I can't figure out why the formatting of the destination, or using merge formatting, is not working! It's making up it's own jutification spacing all of a sudden. I can't figure out why now a cut and pasted paragraph from Google Translate is making the spread between the words just slightly tighter. The latest thing I tried was Review/Language and choosing Spanish for the Spanish document, and that did not work. Any ideas? Gordon17Views0likes0CommentsCan't access Microsoft Authenticator for business accounts
Hello. I am the tech support for a small church, where I am the admin for our MS 365 accounts, which are set up as "business accounts". I have been using Microsoft Authenticator for MFA for years. Recently I switched to a new phone and installed Microsoft Authenticator. All of my personal Authenticator accounts transferred over just fine, but all of the church's business accounts say "Scan the QR Code provided by your organization to finish recovering this account". The thing is, I am the "organization" and I don't know how to generate any QR code to recover the accounts. It was suggested that I could do something about this by logging into my Microsoft 365 administrator account, but when I try to log into my admin account, the only MFA option is "enter the code from Microsoft Authenticator". It's not offering a text or alternate email, only Microsoft Authenticator, which is what I'm locked out of. So I'm stuck in a loop. I opened a ticket with Microsoft Support nine days ago. I have received one phone call since then. The support person insisted that they needed to talk to the account's "alternate administrator", which I set up as my pastor, who is pretty computer savvy but not a deep IT person. They tried to call him one time, but he was not available to answer right then. There has been no communication since then. I'm hoping someone in this group can help me figure this out.25Views0likes1CommentEXCEL 360 COMPATABLE WITH 2010 XLSM FILES? THE MACROS IN VBA?
EXCEL 360 COMPATABLE WITH 2010 XLSM FILES? THE MACROS IN VBA? I developed a complete workbook the excel 2010 for my business and was wondering if I can use the new version of excel? Hoping that all the macros will work... Thanks for any help !! DaveSolved46Views0likes1CommentMacros open server file hyperlinks in 2nd instance
Macros open server file hyperlinks in 2nd instance, preventing macros from seeing and interacting with the newly opened file. Manual clicking of hyperlink opens the files in the same instance as expected. Users with fresh login have no trouble with the macros opening the files in the same instance. Esoteric macro and/or Microsoft 365 Active Directory problem. Macros using hyperlink in a cell to .follow them to open. Then the next line is a sheet selection of a sheet in the new workbook. Error thrown because the new workbook is not visible to the macro and does not see the sheet name. This works for everyone everywhere. Including on fresh logins. Recently User1 started having the 2nd instance problem. I thought it was isolated and fixed it by removing and recreating his profile. Worked fine for a week. Then it came back. Then User2 logged in on the same machine had the issue. Then the next day User3 on a separate machine had the issue. All 3 users have no issues if they just use a clean login on a different machine. If you manually open all the necessary files, THEN run the macro, it still errors because when it tries to open the already-open-file, it gives the standard Read only Notify me Cancel dialogue. It says [self user] is using it and the file is locked. So is it even a macro problem or is it a server problem? Our server admin says it's not his problem and he has no idea what's happening and it's probably our crappy macros. Yes, our macros are crappy, recorded decades ago. But they work as expected except in these rare but spreading cases, seemingly due to some background environment development.29Views0likes1CommentI am getting the message "WORD did not save the document C:\...\AutoRecovery save of...
Recently I am getting the message "WORD did not save the document C:\...\AutoRecovery save of..." This happens when I am working on large WORD documents, of about 700 pages. I have gotten the message when using WORD on two computers, in different locations. I have worked on these large documents for months without getting this message. I will appreciate advice.74Views0likes6CommentsExcel not publishing OLE
Excel no longer publishes any OLE clipboard formats in build 16.0.19725.20078. Copying a cell and using Paste Special in Word/OneNote shows no “Paste Link” and no “Microsoft Excel Worksheet Object.” Only text/HTML/bitmap formats appear. This blocks creation of linked or embedded Excel objects. Issue is fully reproducible: new workbook, enter value, copy, open Word → Paste Special. Expected: Paste Link + Excel object formats. Actual: missing. Verified after full repair, reinstall, Safe Mode, new profile, add‑ins disabled. Excel→Excel copy works; Excel→external OLE formats do not. This appears to be a regression in the OLE clipboard publishing pipeline for this build family.35Views0likes1CommentOnly Powerpoint templates in Create in Office.com
Why do I see only our Organisation Powerpoint templates in https://m365.cloud.microsoft/create/?auth=2 In the desktopapp alle are accesible Word, Powerpoint, Excel, but not online. Anyone? This: Connect-SPOService Set-SPOTenant ` -OrganizationAssetsLibraryUrl https://tenant.sharepoint.com/sites/sjablonen/OfficeTemplates ` -OrganizationAssetsLibraryType OfficeTemplateLibrary51Views0likes5Comments#Connect Error in Excel for StockHistory Function
Evening, I am an O365 subscriber and am trying to set up an Excel sheet as a VAR template, and I wanted to populate my workbook with some historical data without uploading a CSV. Figured I would try out the StockHistory function. I keep getting "#connect" for my cells, and I am not sure why. I am not in developer mode, do not have any crazy add-ins, I am signed in, and connected to the internet. Do I need to be connected to a source? I am fairly new to learning about the StockHistory Function. Any thoughts on the matter are welcome. I tried all that I could from this site below: https://support.microsoft.com/en-us/office/how-to-correct-a-connect-error-584f7de9-b238-480c-8e8f-de0ba2c1aac942Views0likes1CommentLink path update in Word fails for multiple fails in Office 2024
On my old PC i have created an excel file with data. I also have several doc and docx files on Word, that contain many links to the excel file. For each new project i have, I use this files as template and transfer them in a specific way to the new project's folder. Normally on my old PC with win 10 and office 2021 professional, for each of my projects i fill the project data in the excel file. After that I open the excel file, open the first word file and when it asks I click to update links at open. As soon as the update link bar at the bottom taskbar finishes I open the second word file, again update links in it and then the third file and so on. I do not close any files at that moment. After that I go into the opened excel file and click save as - to another location (my new project folder). This triggers in all open word files the system to begin update of all links paths. I wait some time (about 5-10 minutes) the update to finish an the word files to become responsive, and then I click -save as- for every word file and save it as a new file in the new project folder. This way worked for me - I had all the word files with updated links paths, linking to the new excel file for the new project. I moved to a new PC and recently installed windows 11 pro with Office 2024 LTSC. I transferred my word and excel files to a folder with the same name and path. And when i tried to do the same thing to create excel and word files for my new projects, it starts the procedure of updating link paths, but about half of the link paths finally are not updated in my word files! When i try with opening and updating and saving only 1 single word file, it works and updates all the link paths. But with multiple simultaneous word files it fails! I tried everything - trusted locations, different settings, even changing some registry. It was interesting that I managed to get it working 2 times. But immediately after that, without changing anything - it again was not working. I know i can do it manually - for every single link i have to choose the excel file - but imagine this for hundreds of links is too long. I can do it for a single word file, but i have to repeat it and wait for the word to become responsive - again very time consuming. This is not acceptable. I read this has something to do with the Office 2024 has changed the way to deal with links - it was synchronous in 2021 and olde, and now is asynchronous. The system gets something like timeout and does not finish the process or something. My question is how i can fix it? Or is there an option to choose between the two ways Office deals with links? Or is such an option coming out or should be planned for the next releases? This is the main part of my job and really troubles me. Now I am installing 2021 so i can do my job, but I really want to be using latest software and features. I appreciate your help and answers!53Views0likes2CommentsErrors in Event Viewer
Since the latest beta update the following is appearing in Event Viewer: Failed to parse element: Requirements Id=87b35109-b1d7-4cdf-9cbb-84c1d946d22b, DisplayName=CV Surveys Win32, Provider=Amplify Signals and Insights Team, StoreType=SdxRdx, StoreId=(null) P1: Apps for Office P2: 16.0.15511.20000 P3: 0x8004323E P4: New Document Not too sure what is triggering this error, or which Office app is reporting it.17KViews2likes14CommentsLink 2 sheets, then sort column A on sheet 2 alphabetically and match correct data
I have two sheets on the same spreadsheet, and I want to pull in the data from 4 different columns to the second sheet and have it automatically update when there are changes or additions to the first sheet. I have a couple issues making this happen - the main one is that the data in my first sheet is custom sorted by color, but I want the new sheet to take the data from column B on sheet 1 and sort it alphabetically, and take the other columns and match them correspondingly to the correct values they match to from column B on the first sheet. Secondly, for blank cells, I want it to leave them blank instead of inputting zero, or any dates. I don't know if this is all even possible, or if I should just remove my custom filters from sheet 1 by cell color and just link it that way. I've spent hours trying to find formulas that work. Please see attached images for reference on what I've tried, and for more clarification as to exactly what I'm requesting. Sorry for the copious redacting, I wanted to be safe rather than sorry with identifiable info regarding this. Any help would be greatly appreciated.Solved243Views0likes8CommentsMicrosoft Teams – “Save this message” feature missing in both Desktop and Web clients
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Hello, We are experiencing an issue in our Microsoft 365 tenant where the “Save this message” feature in Microsoft Teams is not available, neither in the Teams desktop app nor in Teams Web. Details The feature should be available globally, as Microsoft planned full rollout between August and October 2025 (Microsoft 365 Roadmap ID 496369). This is confirmed in multiple official and community‑published sources. https://m365admin.handsontek.net/microsoft-teams-users-can-save-chats-channel-messages-later/, https://supersimple365.com/teams-save-chats-and-channel-messages-for-later/ Microsoft also stated that no admin controls exist to disable this feature and no configuration is required in the tenant. https://m365admin.handsontek.net/microsoft-teams-users-can-save-chats-channel-messages-later/ Despite this, the option does not appear at all in the message overflow menu (… → More actions) in both: Microsoft Teams Desktop (version 26032.206.4355.6508) Microsoft Teams Web (teams.microsoft.com) Troubleshooting already performed Full cache removal for the new Teams client under: %localappdata%\Packages\MSTeams_8wekyb3d8bbwe\LocalCache Log out / sign‑in cycle Full Teams desktop restart Verification across different clients (desktop + web) Verification from multiple messages and channels36Views0likes1CommentPlanner’s Newly Redesigned Interface
Microsoft has launched a redesigned user interface for the Planner app. The big news is the inclusion of task chat. Goals are also available, but only to people with a Microsoft 365 Copilot or Planner Premium licenses. Task Chat is a nice feature, and I am sure that it will be popular. UX redesigns often disappoint. At least this one offers new features. https://office365itpros.com/2026/02/27/planner-new-ux/26Views0likes0CommentsStill learning Excel and got an update that changed my open screen
It looks like Excel updated last time I closed it and now when I start it all my favorites are gone as well as recent files. I don't use One Drive and it just defaults to looking at One Drive. Even after I have opened different files on my computer they do not show up in the Recent files. How can I reset this so I can get back to my old screens and set up favorites again as well as see my recent files opened and not default to One Drive. I have changed the settings in the Save Options so it does not save to the cloud and the default location is not One Drive, but I can't seem to get the opening screen to show recent files or my favorites. Any help will be appreciated. Thank you in advance for this. Take care.61Views0likes2Comments
Events
Recent Blogs
- Agent mode in Microsoft 365 Copilot Chat now enables you to query locally stored Excel workbooks on Windows and Mac desktop.Feb 27, 2026484Views2likes0Comments
- You can now have Copilot in Outlook reschedule personal appointments and one-on-one meetings if a conflicting event arises that takes priority.Feb 27, 2026479Views1like0Comments