I have an Excel spreadsheet and am using VBA. I need to look into a DLL and list the entry points so that I can compare them to a list I have in hand. I know this can be done programmatically somehow as I have used "Dependency Walker". Can anyone help me find out how to "look into" a dll?