Operating system:: Windows 10
Outlook version: 2503
Email type or host: IMAP
Outlook version: 2503
Email type or host: IMAP
I have an MS365 subscription (personal). I use Outlook version 2503 for MS 365. I use quite a bit of VBA, including to do searches across multiple mailboxes.
Recently, when starting Outlook, I've been asked if I want to move to the "new" version, and I answer NO.
This time, I got an error that I had to, apparently. Then I got an error that it couldn't install, then a second occurrence of Outlook opened, this one version 1.2025.416.400.
While that 2nd occurrence was opening, I was in my chosen version trying to run my search that shows all Inbox messages across all accounts received in the last 24 hours. I got this error from VB: "Run-time error '-2146959355 (800800005) server execution failed." It occurred on this line of code: "myolApp.ActiveExplorer.Search txtSearch, olSearchScopeAllFolders" but I was able to hit Run and proceed, and the script completed.
What is going on? What does this error mean, and do I have to use the new version? It doesn't seem to support VBA and, if that's the case, Outlook will no longer meet my needs.
Recently, when starting Outlook, I've been asked if I want to move to the "new" version, and I answer NO.
This time, I got an error that I had to, apparently. Then I got an error that it couldn't install, then a second occurrence of Outlook opened, this one version 1.2025.416.400.
While that 2nd occurrence was opening, I was in my chosen version trying to run my search that shows all Inbox messages across all accounts received in the last 24 hours. I got this error from VB: "Run-time error '-2146959355 (800800005) server execution failed." It occurred on this line of code: "myolApp.ActiveExplorer.Search txtSearch, olSearchScopeAllFolders" but I was able to hit Run and proceed, and the script completed.
What is going on? What does this error mean, and do I have to use the new version? It doesn't seem to support VBA and, if that's the case, Outlook will no longer meet my needs.