Interesting. I don't have any filters in place, and my team definitely has emails that hasn't been archived for a year. Maybe there's another setting in place for my team's email that I don't know of.
Yes, but we're archiving anything older than 13 months. We cannot see any emails older than July 2019, so it seems strange to me that your VBA is only pulling in data all the way back to 03/09/2020.
Andy-thanks for the reference! Now I better understand how to debug an issue in VBA
Strongm-it works now!!! Thank you so much for your help! By the way, while I have you here, can you explain whether the code is only supposed to go back to a certain date? For some reason, every time I've been...
You were right, strongm! After shutting off my computer, that issue went away.
I followed strongm's steps, and it looks like the SentOn time is corrupt. When hovering my cursor over the VerbTime, I got 06/16/2020 10:06:00 AM. But when I do the same for SentOn, I got 01/01/4501, which I'm sure...
Thank you, Strongm and Andy!
This is such a strange problem to me. I didn't get a chance to make any changes to the VBA yet or get a chance to debug the ClockDrift issue, but when I tried rerunning the VBA to follow strongm's steps, I came across a different issue.
I now have another error...
Thank you Andy and strongm!
How would you suggest I examine the values in debug mode? When stepping into the debug issue, all I see is the line that's causing the issue.
Thank you!
Hi strongm,
I got the following error: "Run-tem error '6': Overflow"
And my mistake, I got the error on Clockdrift = DateDiff("s", VerbTime, MsgItem.SentOn)
Thank you!
Thank you so much for responding! The following line of code caused an error for me.
If Clockdrift >= 0 And Clockdrift < 300 Then ' Allow for a clock drift of up to 300 seconds. This may be overgenerous
Following up on the following thread: thread707-1739523
I have been using this VBA to track the response time from my team's email. It has been working for the past couple weeks from my team's email, but for some reason, today, I have come across an Overflow message on row 162.
Thinking there...
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.