I am trying to create an Outlook distribution group from a list of emails in Excel. All the examples I have found use this line to set the distrolist name:
objDistList.DLName = "Whatever"
However, it is throwing a Run-time error 438 "Object doesn't support this property or method"...