Hi Friends. I am looking for some help to resolve this interface design question. The ask is to allow user to input multiple sheet names, so the macro can read all sheets and generate its output.
The macro can read password files with multiple sheets, however I couldn't figure out a neat way to allow users to input multiple sheet names.
Of course using a text input tool we can create a column field say "SheetNames" then input Sheet1, Sheet2, Sheet3, etc. But is it possible to do the same using the macro interface? The look & feel is much better using macro input.
I attached the file for reference. I appreciate your help !