I’m writing a macro that will take check registers downloaded from our accounting software and reformat them into the proper format so we can upload them to our bank’s positive pay system. We have approximately 30 different bank accounts that I have listed in a separate worksheet (let’s call it AccountMasterList.xlsx). I want the macro to present a dropdown box (listing the 30 accounts in AccountMasterList.xlsx) from which the user can select the account for which they’re running the macro. I can’t seem to figure out how to do this. Can anyone help? TIA