I have a general question. We do a lot of column deletion in our data and the specific columns that get deleted are different for each client's data. I am familiar with how to write a code that deletes specific columns (so we could write a separate code for each client and reuse). However, is it possible to create a VBA code that allows the user to select which columns to delete from a list/message box kind of thing and only write one code that works across clients?
Bookmarks