VBA - create function to return response information from Conversation ID in Excel>Outlook

coryjacques

New Member
Joined
May 17, 2019
Messages
14
Hello,

I have a code that pulls Conversation ID from Outlook. This would represent an email that I sent through a VBA macro. I'd like to find a way to see if any of these emails have been responded to.

I have two thoughts on how this might be completed but no concept of how to complete either:

Option A: Create a function that acts as a VLookup almost - take the conversation ID from column A and return a TRUE (email received response which is in inbox) or FALSE (Email has no response in inbox) value in the selected cell. Something like '=OLLookup(A2)' which can be dragged down.

Option B: Make a macro that will autofill column F with the above criteria.

Is this possible??
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Thank you, I'm just unsure of how to apply it. I had a ton of help making the original macro to send emails and pull their conversation ID (which itself isn't perfect but fairly functional). Using this I think I could ultimately pull in conversation ID but I'm unsure of how to pull a sample of emails vs my whole inbox without moving these manually to a folder, let alone pull the conversation ID and compare to the existing data
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,694
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top