Search results

  1. C

    Multiple accounts on Outlook.com?

    Does anyone here use Outlook.com? My husband has a decade-old Windows 10 laptop that is starting to fail. He has 3-4 email accounts (Comcast.net, Yahoo, Gmail, ...) He is tech-illiterate and resistant. He has gotten accustomed to Outlook on the desktop - I think he's on Outlook 2013? I would...
  2. C

    Search bar moved on its own?

    Thank you Diane and Hornblower409 - you are correct as to my problem and, interestingly, without any updates, it has returned to my desired location today on its own. Outlook - never dull...
  3. C

    Search bar moved on its own?

    I'm referencing Relocate Search Bar in Outlook I'm using Outlook (Classic, I guess?) from Office Pro Plus 2021. I've been using this version for months. Today, I started the program up and my search bar has been moved from the top of the screen (not sure if it was in the Ribbon, but near the...
  4. C

    Application_Startup not doing its thing

    Running the sub manually after Excel loads works fine. How do I get application_startup to wait for the window to be initialized, then run?
  5. C

    Application_Startup not doing its thing

    I have the following in the ThisOutlookSession module: Private Sub Application_Startup() Application.ActiveExplorer.WindowState = olMaximized Application.ActiveExplorer.ShowPane olFolderList, True Application.ActiveExplorer.ShowPane olOutlookBar, False Application.ActiveExplorer.ShowPane...
  6. C

    Solving the "indexing never finishes" issue

    At least for now, leaving outlook open has finally gotten the unindexed count to 0. Thanks!
  7. C

    Solving the "indexing never finishes" issue

    @Diane Poremsky For now, I turned off the unread count option. I'm not sure I can eliminate any folders from send/receive. I use Outlook to manage email on my notebook, and another app to manage it on my iPhone, and I want to make sure that changes I make in Outlook get reflected to the server...
  8. C

    Solving the "indexing never finishes" issue

    My sliders are set to less than all - because there's SO much mail in my Gmail accounts... I believe it's SYNCING everything, just not indexing it all. I'll try leaving Outlook open all day, but I'm pretty sure I've tried that before. I'll report back...
  9. C

    Solving the "indexing never finishes" issue

    It appears that I have all OST files, so I'm assuming Scanpst does nothing for me, right? From this page, I see that I can supposedly DELETE my OST files and Outlook will recreate them - but it seems like that would SLOW indexing, not speed it up: Repair Outlook Data Files (.pst and .ost) -...
  10. C

    Solving the "indexing never finishes" issue

    I have tried multiple suggestions (and, sadly, have lost track of what I've done/changed in my setup) to resolve the issue of "You may not be seeing all search results yet..." I have 10 active email (IMAP) accounts in Outlook Pro Plus 2021. I have multiple VBA searches set up in my ribbon to...
  11. C

    How to keep emails in account in Outlook after closing the IMAP account

    Using Outlook 2021, I have a Gmail account connected via IMAP. I would like to close that account on Google, but keep the emails associated with the account in Outlook, and keep them tied to that account, if possible. What are the steps I should follow to accomplish this?
  12. C

    Which version of Office?

    Thank you, Diane. Really appreciate your help this time and every time!
  13. C

    Which version of Office?

    The annual subscription for MS365 is going up. I'm not happy, so am considering a switch back to a "lifetime" license version. I realize this is an Outlook forum but I hope people will chime in: which version should I buy for a single license that includes Excel, Word and Outlook, and runs...
  14. C

    I don't understand Outlook or Microsoft, anymore

    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...
  15. C

    0x800CCC0E on all GMail accounts

    UPDATE: I found this fix, and all I had to do from it was delete the Windows credentials, wait a bit, and then set the toggle ON to allow Microsoft apps access. This even though my Google security pages all showed that Microsoft HAD all the access it needed...
  16. C

    0x800CCC0E on all GMail accounts

    I don't understand why ALL of my GMail accounts would suddenly need to be deleted and recreated, but I fear I'm heading that way. In the first Gmail account checked, the sync log just says 15:20:22 Synchronizer Version 16.0.18025.20058 15:20:22 Synchronizing Mailbox '<mail email address>'...
  17. C

    0x800CCC0E on all GMail accounts

    CORRECTION: I thought I was looking at the folder pane but I guess I was not. NOW, I see a multitude of sync issues, so I will review, clear, and see what happens (I have a lot to do, so the update is forthcoming).
  18. C

    0x800CCC0E on all GMail accounts

    Should there be one central sync issues folder, or is there one for each account, within the account(s)? I see NO Sync Issues folders. Also, a question: I see recommendations on Microsoft's "Answers" site to "clear the cache" by deleting ALL files in...
  19. C

    0x800CCC0E on all GMail accounts

    I'm having the same issue reported here, from 2019: https://forums.slipstick.com/threads/97991-outlook-2019-randomly-disconnecting-from-gmail-servers/post-358392 Diane suggested checking the Google account for security warnings - I did, and there are none. "Microsoft apps and services" are...
  20. C

    VBA in "New Outlook?"

    Sorry if this is already answered but the site search won't let me search for "new" or "vba!" I doubt I'm going to want to use "New Outlook" but, if I did - does it allow VBA?
Back
Top