Recent content by Bamerand

  1. B

    Move emails from one account to another

    Dear Peter, It is not Gmail, it is corporate email. Forwarding is disabled.
  2. B

    Move emails from one account to another

    Dear all, I need a piece of advice for situation such as follows. Recently, the company I work at switched to individual-based email accounts instead of position-based email account (which were used before). For instance, I had account tc@xxx.com and now it is mb@xxx.com It created a lot of...
  3. B

    Search and Find Email by Folder Name

    Hello, any feedback please? Regards
  4. B

    Search and Find Email by Folder Name

    Hello Diana, Can you please help me as I am stuck with this code? I extracted it from the Sub SearchByAddress Use Instant search to find messages from a contact and changed it a bit so that the Search finds the foldername instead of contact. I get the result, but rather than FullFolderPath I...
  5. B

    Zoom automatically next email item (VBA)

    Hello Diana, Thank you for the recommendation, I used the 2nd option, i.e. "Set the Zoom Level in Open Messages", however, it has the same effect for my purpose, it does not works with the shortcuts.
  6. B

    Zoom automatically next email item (VBA)

    Hello, I currently use the following code for zooming email, which is located in ThisOutlookSession. It works well for double-click or ENTER carriage pressed. However, it does not zoom either next or previous e-mail item (I either use hotkey "CTRL + >" / "CTRL + <" or click "Next Item /...
  7. B

    Select / activate first email item in the searched query

    Dear all, I am currently using the code as follows to search for any emails that were sent / received during a certain period. So far so good. Now, how can I select and activate first email found in the chain of emails? Screenshot attached. Private Sub Emails()...
  8. B

    Remove Subject Residual

    Dear all, Looks like there is another reason, it tripped today again, attached is screenshot. Only PC was running, laptop was off. I cannot understand what tripped it, although there was an incoming reading confirmation and I have opened reminder window with pending tasks. Could either of these...
  9. B

    Clear Offline Items (Mail Folder) via VBA

    Dear All, Does anyone know of a way to Clear Offline Items (Mail Folder) via VBA? Currently, I do this way: select mail folder, Properties > Clear Offline Items. Attached is screenshot of the mentioned.
  10. B

    Remove Subject Residual

    Hello Diana, Yes, this is Exchange account. Until now I could not identify what triggers it, in certain times the error message pops-up when Outlook was already running and there incoming emails when both PC Outlook and laptop Outlook are running at the same time. Before I used to get this...
  11. B

    Remove Subject Residual

    Dear all, I need some piece of advice. I am using the following code to strip message subjects of such words, as example {EXTERNAL}", "HA:", "[Ext]", "[EXTERNAL] and so on. Location is in ThisSession of Outlook. I use the rule such as "with specific words in the subject"and "run a script". I...
  12. B

    VBA to send reminder email if no response

    I would be interested in reading the response from Diana, this is topic I was long time interested in...
  13. B

    Paste formatted text (bold, underlined and in quotes)

    Dear Outlook / VBA experts, I am using the following code (googled it) to paste un-formatted text to email message. How can I change it, so the text pasted is bold, underlined and in quotes? Here is an instance for example in the next line. The text - antelope was darker - is pasted, once...
  14. B

    Instant search with special characters

    Hello all, Can anyone comment on my question as follows?
  15. B

    Instant search with special characters

    How to use Instant Search for "[External]" or "{External}" or "[Ext]" keywords? The square or the curly bracket seem to be ignored in the instant searh.
Back
Top