Hi I need to answer All or ONE sender of email with keeping all attachments in the answer mail.
To do this easy, I found the following macro:
Sub RunReplyWithAttachments()
'Update by Extendoffice 20180830
Dim xReplyItem As Outlook.MailItem
Dim xItem As Object
On Error Resume Next...
Pls. Forget the above!! (it was too late to be able to delete the post above)
I found your macro here:
https://www.slipstick.com/developer/code-samples/search-messages-contact-display-window/
Can you Pls help to sort the results, NOT like it is: IN FOLDER
I would like to have it sorted To DATE...
THX now i use the macro to search for all emailadresser of an contact from: OR to:
I open the contact run the macro - WORX
I open another contact run the macro - all Items in Inbox are shown & !!
the "to" is marked in mails that contain "to" like tobias
Here is what I have:
Sub...
THX
Think that's what I need:
I open a contact and run the macro
Sub SearchByAddress()
Dim myOlApp As New Outlook.Application
Dim ns As Outlook.NameSpace
Dim strFilter As String
Dim oContact As Outlook.ContactItem
Set ns = myOlApp.GetNamespace("MAPI")
Set oContact =...
I just noticed that also the customized quick start toolbar is lost
Where are these settings stored?
How can I back up my ribbons on contact, inbox, contact view etc. & quick start toolbar
Are these all stored in one file when I export them?
Hi
changed from OL 2010 to 2019 now
The function to get emails to and from a contact displayed in a list has been removed in 2019?
It was slow in 2010 but useful.
How to get this feature back?
I have a contact open - and want to see what mails have been sent or received from this contact.
I...
Hi
I'm on Outlook 2019
I'm loosing my customized Ribbons in contact and inbox view and also the customized Ribbon and my contact form is replaced by standard ribbon once a day.
Furthermore, I have to import my settings, but after a while it is changed to standard again.
Is This a known issue...
Hi
I moved from Office 2010 to Office 2019
I copied the whole Outlook with MoBackup (Outlook Backup: Daten sichern von Outlook 2019, 2016, 2013, 2010 und 2007 sowie aus Office 365 (mobackup.de))
to the new PC with Office 2019.
Everything was fine.
Then I changed the zoom factor to custom 105 %...
Hi
I moved from Office 2010 to 2019, and I found that DOC Message Class is not working anymore.
I also found that there is something Wrong with OLFix
There is a 64 bit version on the website, but the download does not work
Outlook Add on - Reparatur von Microsoft Office Outlook...
THX
in the meantime I found This:
Option Explicit
Dim excApp As Object, _
excWkb As Object, _
excWks As Object, _
lngRow As Long
Sub EnumerateFolders()
Dim olkSto As Outlook.Store
Set excApp = CreateObject("Excel.Application")
Set excWkb =...
I want to build a Spam fighting solution for 3 Outlooks synced with SimpleSyn with this 3 or 5 macros described.
1st - Exporting sender's email address name@domain.xx to an Excel file called BlackList.xls in a public place and sync it with other Outlooks
Concerning this I found:
Private Const...
Hi Again
now I have this in the module:
Option Explicit
Public strView As String
Sub NewView()
strView = "BK mit Ansprech"
GetAssignedView
End Sub
Sub View1()
strView = "XMAS"
GetAssignedView
End Sub
Sub GetAssignedView()
Dim objViews As Views
Dim objView As View
' Applies view to...
Hi
I'm trying your Macro
Apply a View to a Folder using a Macro (slipstick.com)
I have it in This OL session
and also tried in a module
View name to get is "! erledigen" it is in this folder!
What have I done wrong
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.