Recent content by Cara

  1. 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?
  2. 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...
  3. C

    Solving the "indexing never finishes" issue

    At least for now, leaving outlook open has finally gotten the unindexed count to 0. Thanks!
  4. 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...
  5. 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...
  6. 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) -...
  7. 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...
  8. 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?
  9. C

    Which version of Office?

    Thank you, Diane. Really appreciate your help this time and every time!
  10. 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...
  11. 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...
  12. 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...
  13. 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>'...
  14. 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).
  15. 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...
Back
Top