Hi all! I'm trying to create a macro that will find the parent folder of the active workbook, zip all files within that workbook, then email that zipped file to a distribution list that is located in a separate file within the same drive. ideally, afterwards it would also delete the zip file that had just been created. can anyone help me with this? The vlookup would reference a stationary cell within each of the files i use (same tab name and cell location) 'Summary'!B2
this is the vlookup i was trying to use
=VLookup(B2, "\\shared drive location\[Distribution Lists.xlsx]Distribution Lists'!$B:$E", 3, False)