r/microsoftoffice

My Microsoft Office 2021 license has expired and I've been using Microsoft Publisher for quite some time and now that's no longer being supported in Microsft Office 2024. What should I do in this case?

reddit.com
u/Block-Busted — 7 hours ago

Word hasn't opened in days

I don't know if this is the best place to ask for help about it, but anything else I find online doesn't work.

I have Office 365 on my laptop, I have a license thanks to uni, and a few days ago, I was working on Word and I don't remember how it went, but it basically crashed and never opened again or showed any error message.

When I try to open it, one of three things happen.

Most times it does nothing, nothing pops up, I just wait and it never opens. Sometimes it shows the small pop-up in the middle of the screen telling me its loading, but then it just disappears and nothing opens. Usually after that it shows a message that also disappears so fast that I never been able to read it all, but I did read it asking me if I wanted to open it safely and if when I tried to react fast enough to click either Yes or No, nothing happened, like before it just goes away and Word never opens.

I googled it, trying to find any solution but nothing helped. I uninstalled and installed it, I tried to run it in Admin and sometimes I see the Word home screen for a brief second but it goes away anyway, I tried running it on safe mode through the Windows key + R but nothing different happened. I tried quick repair and online repair and nothing helped, I checked add-ins but I had nothing so I don't think that was the issue, and I also didn't have anything in Templates like the Microsoft forums suggested.

I have no idea what to do to fix it, especially since it seems to be a Word only issue because PowerPoint opens and works perfectly fine.

Any idea what might be the issue? I don't have any more information or error messages, basically nothing happens when I click on the Word icon, or when it does it's so fast that it might as well not happened

reddit.com
u/Douradinhooo — 1 day ago

MS Office for Mac 2016

I have a legit copy of MS Office for Mac 2016, which i have it on several Mac machines. In the past several years, each time I purchased a new Mac, I used Migration Assistant to copy the whole computer to a new one, without any problem with MS Office for Mac. (I do have legal activation code).

Today, i got a new Mac. As usual, I migrated an older computer to it. Now, all of a sudden MS Office for Mac is asking me to activate. Stranger yet, it didn't ask me for activation code, but need to have email address to type in and deliver a code. After entering a code from the email, it goes nowhere....

What could be the problem? I wish it woudl just ask for activation code...

reddit.com
u/California_dude650 — 2 days ago

Microsoft office 365- billing me but no access to the program

Hello, not sure where to go for help on this after exhausting the actual Microsoft support AIs that are unable to assist.

I started a business and purchases the Microsoft office 365 to use excel, word, and PowerPoint. I am still getting billed monthly, but I do not have access to the product. Any time I try to log in, it says I don’t have an active subscription with my account. I considered blocking the payments through my credit card, but unless Microsoft can verify who I am, I don’t want it to harm my credit by denied charges every month.

I’m not sure what to do, but I desperately need to access my excel files. If I cannot, it’ll be tiring to start over. If I have to- fine. But at then at the very least I need to be able to stop these bills every month so I can create a new profile.

Bear with me, I’m not super tech savvy. I’m just a small business and I’m not sure how to resolve this. Any guidance is appreciated! And please be kind haha I’m trying my best

reddit.com
u/ISoldObamaMids — 2 days ago

Microsoft apps

What does it mean to be "proficient" in microsoft apps like powerpoint, word, excel, etc? Is there a course or testwork for this as well?

reddit.com
u/Lasagna6278 — 3 days ago
▲ 10 r/microsoftoffice+1 crossposts

Activation of Office 2013 pro plus in Fedora

Dears

I have successfully installed Microsoft Office 2013 Professional Plus on my Fedora system. However, I am currently unable to complete the activation process.

I am using a valid product key that is already registered and functioning correctly on my Windows machine. Despite this, the activation consistently fails (please refer to the attached screenshot for the error details).

Could you please advise on the correct steps or troubleshooting methods to successfully activate this software on my Fedora environment?

https://preview.redd.it/pkom3p2bqrah1.png?width=1521&format=png&auto=webp&s=5bd37d4f4957a0c70c093876f4bb43c5f4793ad4

reddit.com
u/Few-Amphibian9695 — 4 days ago

Best way to buy Office 2021 for a Mac — one-time purchase worth it?

Looking to buy Office 2021 for my Mac and want to make sure I do it right. I'd rather pay once than get stuck on a subscription, so the one-time purchase appeals to me — but I've got a couple of doubts before I commit.

For Mac users who bought Office 2021:

Does it still get enough updates to feel current, or does the lack of a subscription mean you fall behind?

If I only really need Word, Excel and PowerPoint, is the one-time version the smarter buy over 365?

Where did you actually buy your license? I want something legitimate that activates cleanly on macOS — happy to pay a fair price, just wary of cheap keys that stop working later.

Any honest experiences would help a lot before I order. Thanks.

reddit.com
u/seicole — 5 days ago
▲ 3 r/microsoftoffice+1 crossposts

OneDrive won't sync .docx created from macro-enabled template (.dotm) found a "workaround" (re-triggering the file, sync starts) [WORD]

>Context: I was trying to make a template for my Uni so that I don't need to manually edit anything, but I ran into two issues which I kind-of Solved

Ms Word Ver: MS Word-365 (2026)
Windows Ver: Windows 10 Pro (Home would work too maybe)
OneDrive: Uni Acc. (Personal Would work too maybe)

Problem: File Not Auto-Syncing. Error: Macro Enabled, disabling it

Fix: Just click on the 'File' Section and it will Auto-Sync

[How to use Macro/ .dotm Template]

Step 1: Make your template file first

Step 2: Save it as ".dotm" [Word will automatically save it at it's default position, re-open it and press Left-Alt + F11

Step 3: Double click on "ThisDocument" and paste the given macro with your formatting

Step 4: Save it 'CTRL+S' and exit everything, re-open word.

Step 5: Below the "Good Morning-etc." Greetings will be the template section, click on "More Templates" and head to "Personal" Section, Open the file and it should automatically save, Do the work-around I suggested.

Macro/ VBA Used:

    Dim srNo As String
    srNo = InputBox("Enter Experiment No.:", "New Document")
    ' Only Edit the "Enter Exp No.: " if needed.
    
    If srNo = "" Then Exit Sub
    
    Dim defaultName As String
    defaultName = "YourExpName" & srNo & "-YourID.docx"
    
    Dim saveFolder As String
    saveFolder = "OneDrive Folder Path"
    
    ' Since the post is for OneDrive Sync i.e One-Drive Path
    ' Create the folder if it doesn't exist yet
    If Dir(saveFolder, vbDirectory) = "" Then
        MkDir saveFolder
    End If
    
    ActiveDocument.SaveAs2 FileName:=saveFolder & defaultName, _         
       FileFormat:=wdFormatXMLDocumentPrivate Sub Document_New()
End Sub

If anyone has a better way to do it please comment on this post

reddit.com
u/Small-Heron-6799 — 4 days ago

Microsoft publisher

I am beyond upset that Microsoft is doing away with Publisher. Not a nice thing to do to your customers. I have a TON of documents to transfer over and am pissed off. Microsoft, do better.
If anyone knows of an automated way to do this, please let me know!

reddit.com
u/Scottish_Entry_6605 — 6 days ago

Gray Market License Keys for Microsoft Office

Are gray market license keys for Microsoft Office legal?

I see them being openly sold on major websites (such as on Stack Social, among others).

Are they reusable if you change computers or are they tied to the first hardware profile it is installed on?

reddit.com
u/Technical_Rich_3080 — 6 days ago
▲ 1 r/microsoftoffice+1 crossposts

Microsoft office activation

I reinstalled windows on my laptop recently. Before I had microsoft office 2021 and now I want to reactivate it. How can I do it again?

reddit.com
u/shubhampinge22 — 6 days ago
▲ 2 r/microsoftoffice+1 crossposts

Issue with Add-in not loading - Outlook & Word

Hi all,
We use some software called 'Mattersphere'. It is accessed via a COM Add-in in Word and Outlook.

We use Windows AVD and FSLogix.

Some users (maybe 10) out of our 300 userbase are unable to load the Com Add-ins at all.
Same reg keys as the others, same servers, same install.

Just the error 'COM add-in not loaded. A runtime error occurred during the loading of the COM add-in.'

Have checked numerous things:

Reg keys / load behaviour / resiliency settings - all match working users

Have deleted FSLogix profile and rebuilt users

Add-in not listed as disabled or anything like that.

If I tick the add-in, nothing loads and on next checking its removed the tick.

I feel like I am missing a user profile related setting somewhere but I have checked all profile settings for add-ins / office / mattersphere and they all match a working user. (Group policy applies these anyway.

Has anyone had similar and found something other than what I have already tried please?

Thanks

https://preview.redd.it/xxiixnx05eah1.jpg?width=769&format=pjpg&auto=webp&s=943639816fa1e04ba32800d4a8c22d51c888f66a

reddit.com
u/Previous_Fee_8026 — 6 days ago
▲ 1 r/microsoftoffice+1 crossposts

Microsoft won’t let me create an account, please help.

Hello I’m currently enrolled in a program that requires us to use Excel on the web, however everytime I try to create a log in I get the message that account creation has been blocked. This is literally so stupid, is it because I’m sending the verification to Gmail? How are they asking for verification before even letting me create an account 😡😡😡. I’ve tried it in chrome, with wifi and with mobile data. Still the same stupid ass message. Please help!!

reddit.com
u/Ok-Preference3421 — 6 days ago

MS Office search in recent docs (in File menu) won't work after 2606 update

Hello.

After updating MS Office 2021 and 2024 to new version 2606 (build 20131.20090), the search of recent files in File menu won't work (always no results).

Has anyone seen this issue?

Thank you.
Best regards.

reddit.com
u/alethewizard — 6 days ago

MS Office 2024 license question

Hello all,

My old PC died, and now I need to reinstall MS Office on my new one. The old PC won’t even turn on. Is there a way to deactivate my license online so I can activate it again on my new PC?

Edit: The license was purchased on Groupon. Below is the msg I’m getting during activation attempt on my new PC.

“Your installation cannot be activated because you have activated up to the limit of your Multiple Activation Key. Consult your administrator for further help

reddit.com
u/different_option101 — 7 days ago

Helpful Downloads - Avoid this company at all costs as they will deceive you somewhere down the road.

I recently had trouble with Microsoft Office 2019 that I purchased from Helpful Downloads back in 2022. I was informed in writing at that time, that this was a one time purchase and if there were any issues, they would be fixed by Helpful Downloads. ( see email copy below )

Now they are refusing to honor the warranty and stated that they are no longer offering support for this product and that I should purchase a newer version from them. Very deceptive practice, they should offer the client a solution as they stated previously. A permanent fix to the original software and or an upgrade to a newer version.

Avoid this company at all costs as they will deceive you somewhere down the road.

Copy of email

Subject: Re: New customer message on October 5, 2022 at 4:17 pm

From: Helpful Downloads Support

helpfuldownloads.com>

Date: 10/5/2022, 4:19 PM

Hello there,

Thanks for your interest in our products!

Our download includes Microsoft Office 2019 with offline and online access to your files.

You can use the activation instructions and login to download Microsoft Office on 5 devices (Windows, MAC, or tablet).

You’ll never have to pay any subscription or monthly fee this is a one-time purchase. If the product ever asks for additional payment contact us and we’ll fix it.

The programs included on the download are the latest versions of Microsoft Word, Excel, PowerPoint, Publisher,

Access, OneNote, and Outlook.

Please note Publisher and Access aren’t available for Mac devices yet.

If you have any additional questions let us know.

Have a great day ahead!

Regards,

Matt

reddit.com
u/cookoofl — 6 days ago

How to activate Office 2021 (step-by-step, including the errors people get stuck on)

I help people set up Office fairly often and "how do I actually activate it?" comes up constantly, so here's the full process in plain English. This is for Office 2021 (the one-time purchase / perpetual version — Home & Student, Home & Business, or Professional), not Microsoft 365. The steps are slightly different from 365, which trips a lot of people up.

The short version

Get your 25-character product key.

Go to setup.office.com (or office.com/setup) and sign in with a Microsoft account.

Enter the key to redeem it — this links the license to your account.

Download and install Office from your account page.

Open any Office app (Word, Excel, etc.) and sign in with the same account. It activates automatically.

That's it for most people. Below is the detailed version plus the errors that actually waste people's time.

Step 1 — Have your product key ready

It's a 25-character code in five groups (XXXXX-XXXXX-XXXXX-XXXXX-XXXXX). Depending on how you got Office it'll be in a confirmation email, on a card in the retail box, or on a sticker. Keep it somewhere safe — you may need it again if you reinstall.

Step 2 — Redeem the key to a Microsoft account

Office 2021 ties your license to a Microsoft account, so do this part before installing.

Go to setup.office.com.

Sign in with an existing Microsoft account, or create a free one. Pick an account you'll remember — this is the account that now "owns" your Office license. If you ever reinstall, you sign back into this account, so don't use a throwaway email.

Enter your product key when prompted and confirm your country/region and language.

Once redeemed, the license shows up under your account at account.microsoft.com under your services/subscriptions.

Step 3 — Download and install

From your Microsoft account page, choose to install Office. Run the downloaded installer and let it finish — it needs an internet connection and a few minutes. Don't open any Office app until it's fully done.

If you already had a different version of Office (or a trial) installed, uninstall it first. Leftover installs are the #1 cause of weird activation behavior.

Step 4 — Activate

Open Word (or any Office app). Sign in with the same Microsoft account you redeemed the key on. In most cases it's already activated and you'll see your name in the top corner. To confirm: File → Account, and it should say the product is activated.

If Office came preinstalled (OEM laptops)

Some laptops ship with Office 2021 already on them. In that case you usually just open Word, click Activate, and sign in / enter the key when prompted — no separate download needed.

reddit.com
u/MayappleAdams — 6 days ago

Email set as a recovery to deleted account

So - I had job-associated MS account and was using it for Office365. However, I do not work there anymore and so my account is no longer exist. BUT! When setting up that account, I used my gmail account as a recovery.

So now I tried to buy Office365 and it says I need to sign in, I tried to create new MS account with that gmail address and guess what - yes, it says this email is registered, it sends me security codes but cannot find the account (of course, it is long deleted as it was managed by my employer).

So - I do not have MS account and cannot use my main gmail email to create one and cannot contact MS support because I need to sign in for that - and cannot find any email I can contact them - so if you have any suggestions - please share them!

reddit.com
u/Nimd_at — 6 days ago
▲ 2 r/microsoftoffice+1 crossposts

fixed my mac

So, I recently replaced my MacBook 2015 hard disk and battery. Before it got broken I remember having Office 2024 but now for some reason I see it is not supported. No updates show after Monterey which is installed here. Is there a way around it? Does the OS compatibility has to do with given hard drive?
I already have the License for Office 2024. Will it work if I install an older version or Office 365 and put enter the serial?

reddit.com
u/ecologicguy — 7 days ago