I learnt all my vba skill by just watching your videos.... Your are awesome nd a great teacher..... Thanks for all stuff you given..can you provide class on putting GIF in userform and adjusting its properties.
Andrew I am a follower, your job is just outstandingly good! As feedback: Today I was thinking that it would attract more viewers if you showed the code working at the beginning of the video before teaching how to build it.
what is the difference between .creationtime and .receivedtime for emails? i tried filtering between dates, but its including the mails that are not in the specified range. I am trying to filter within inbox. thank you
Hi! You might find these useful: stackoverflow.com/questions/63884195/get-outlook-email-items-with-excel-vba-restrict-by-date learn.microsoft.com/en-us/office/vba/api/outlook.mailitem.creationtimestackoverflow.com/questions/72320808/why-is-the-creation-time-property-of-my-outlook-items-returning-an-arbitrary-dat learn.microsoft.com/en-us/office/vba/api/outlook.mailitem.receivedtime
Hey Andy, awesome video as always do you think you could create a video on Outlook VBA as well? where one could write code in the Outlook and let's say if certain email comes then some details pertaining to that email gets saved on an Excel sheet and keeps updating.
One question: this method assume that all folders content will support the filter? I ran this and when processing the folder “contacts’ an error was thrown as within this folder the property SenderName is unknown. Andrew, I also wanted to take this opportunity to thank you. Your videos are just excellent !!
Hey, this useful but my macro is stopping me at when appointment mails are available in inbox. How to filter appointment mails (include or exclude). It'll helpful to ur followers
while using the restrict method on dates or any filters for the matter. what if the user has not chosen any filters and the filter string is blank? how to proceed in this case? thanks
Excellent !!! Thank you from
Awesome video as usual Andy
Cheers Sam, thanks for watching!
First comment, 2nd time in a row. Thank you for amazing videos Andrew.
You are a hero!
😀thanks!
I learnt all my vba skill by just watching your videos.... Your are awesome nd a great teacher..... Thanks for all stuff you given..can you provide class on putting GIF in userform and adjusting its properties.
Andrew I am a follower, your job is just outstandingly good!
As feedback: Today I was thinking that it would attract more viewers if you showed the code working at the beginning of the video before teaching how to build it.
what is the difference between .creationtime and .receivedtime for emails? i tried filtering between dates, but its including the mails that are not in the specified range. I am trying to filter within inbox. thank you
Hi! You might find these useful:
stackoverflow.com/questions/63884195/get-outlook-email-items-with-excel-vba-restrict-by-date
learn.microsoft.com/en-us/office/vba/api/outlook.mailitem.creationtimestackoverflow.com/questions/72320808/why-is-the-creation-time-property-of-my-outlook-items-returning-an-arbitrary-dat
learn.microsoft.com/en-us/office/vba/api/outlook.mailitem.receivedtime
Hey Andy, awesome video as always do you think you could create a video on Outlook VBA as well? where one could write code in the Outlook and let's say if certain email comes then some details pertaining to that email gets saved on an Excel sheet and keeps updating.
One question: this method assume that all folders content will support the filter? I ran this and when processing the folder “contacts’ an error was thrown as within this folder the property SenderName is unknown.
Andrew, I also wanted to take this opportunity to thank you. Your videos are just excellent !!
Hey, this useful but my macro is stopping me at when appointment mails are available in inbox. How to filter appointment mails (include or exclude). It'll helpful to ur followers
I'll try. thanks for responses.
Thanks Andrew. Interesting information. My [SenderName] had to be Last, First. I guess differences in the Exchange server.. :)
while using the restrict method on dates or any filters for the matter. what if the user has not chosen any filters and the filter string is blank? how to proceed in this case? thanks