Share via

Office 365 Update version 2604

andy 5 Reputation points
2026-04-27T18:23:51.8833333+00:00

Anybody else having issues with the latest Update blocking exchanges between Excel and Outlook using the Outlook.MailItem, have rolled back to 2603 and the VBA MAcro is working perfectly again.

Developer technologies | Visual Basic for Applications
0 comments No comments

2 answers

Sort by: Most helpful
  1. Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
    2026-04-28T04:47:53.1733333+00:00

    Hi @andy ,

    Thanks for reaching out.

    For reference, the current 2604 release in the Current Channel is Version 2604 (Build 19929.20090), released April 21, 2026, and the published notes for it only list "Various fixes to functionality and performance" with no documented Outlook or automation changes. You can confirm this on the official update history page here: https://learn.microsoft.com/en-us/officeupdates/current-channel.

    If you would like to send this directly to the product team, the most reliable way is from inside the affected app itself by going to Help > Feedback (or File > Feedback) in Excel or Outlook on the 2604 build, choosing I don't like something, and including the full build number, the exact VBA line that fails, and any error number or message shown. The official walkthrough is here for reference: https://support.microsoft.com/en-us/office/how-do-i-give-feedback-on-microsoft-office-2b102d44-b43f-4dd2-9ff4-23cf144cfb11. Submitting it from within the app is preferred because it automatically attaches diagnostic data that helps Microsoft trace the regression.

    For now, I would treat rollback to 2603 as the correct workaround and wait for a newer Office build before testing again.

    Hope this helps! If my explanation was helpful to your situation, I would greatly appreciate it if you could follow the instructions here so others with the same problem can benefit as well.

    1 person found this answer helpful.

  2. Q&A Assist
    2026-04-27T18:24:04.9233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Yes, this aligns with a known pattern where recent Microsoft 365 Apps/Outlook builds break integrations and add-ins, and reverting to an earlier build restores functionality.

    For VBA macros that use Outlook.MailItem from Excel, the behavior described is consistent with other recent Outlook/Office build regressions affecting add-ins and programmatic automation. In similar cases, the recommended mitigation has been to revert Office to a prior working build until Microsoft ships a fix.

    For example, other Outlook/Exchange add‑in issues have been mitigated by reverting from a problematic 2603 build to an earlier 2602 build using Click‑to‑Run rollback commands such as:

    "%programfiles%\Common Files\Microsoft Shared\ClickToRun\officec2rclient.exe" /update user updatetoversion=16.0.19725.20152
    

    Since rolling back from 2604 to 2603 has already restored the VBA macro behavior, the practical options are:

    1. Stay on 2603 (or another known-good build) and temporarily disable automatic updates for Microsoft 365 Apps until a newer build is confirmed to fix the issue.
    2. Monitor Office/Outlook update release notes and known-issues pages, then re-enable updates and move to a later build once a fix is documented.

    If the macro relies on Outlook automation from Excel (for example, creating or sending messages via Outlook.MailItem), no code changes are indicated in the provided material; the issue is with the Office build rather than the VBA pattern itself.


    References:

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.