Automating the selection process isn’t difficult if you rely on VBA’s InputBox in Microsoft Excel. Often, you’ll want Excel users to specify a range that the app then uses in an automated way.
If you have users who prefer to push Excel data into Outlook instead of importing it from inside Outlook, try this VBA event procedure. It’s easy to import data from Excel into an Outlook item, such ...