I am working in Excel 2013.
I am trying to create an UserForm for my department for formatting reports that we create that don't come out "Pretty"
I have a few text boxes for things like freezing the sheet on XX, print titles, naming sheets, etc etc
At the bottom of the user form, I have a list box that displays the sheets in the workbook, so that the user can select which sheets they want to format with this tool.
The trouble I am having is;
I think I need to make each of the worksheets selected in the listbox into variables, so that the text boxes know which sheets to apply the desired format to.
I don't have much code at the moment, only the code that is displaying the items in the list box, and the coding for closing the userform.
I need help getting to the next stage of my project.
Let me know if I can clear up what I'm trying to do, or what I need, because this is very wordy and probably not that clear.
Thanks in advance,
Alex
I am trying to create an UserForm for my department for formatting reports that we create that don't come out "Pretty"
I have a few text boxes for things like freezing the sheet on XX, print titles, naming sheets, etc etc
At the bottom of the user form, I have a list box that displays the sheets in the workbook, so that the user can select which sheets they want to format with this tool.
The trouble I am having is;
I think I need to make each of the worksheets selected in the listbox into variables, so that the text boxes know which sheets to apply the desired format to.
I don't have much code at the moment, only the code that is displaying the items in the list box, and the coding for closing the userform.
I need help getting to the next stage of my project.
Let me know if I can clear up what I'm trying to do, or what I need, because this is very wordy and probably not that clear.
Thanks in advance,
Alex