Windows 10 Enterprise
Office 365
Extreme VBA noob
Is it possible to have VBA code in one workbook, create a new workbook with multiple sheets, representing the workdays in a month, based on user selection of month name, and base the contents of said new workbook sheets on the contents of another workbook sheet (call it a template) containing dropdown lists from yet another workbook sheet? If so, is there anyone that can assist with this?
Here's what I have...
Workbook 1
- Enter year in specified cell
- Click month name from range in column
- Click button to create new sheets - one for every weekday (excluding weekends) for selected month
Workbook 2
- Template file containing various drop-down lists
Workbook 3
- Drop-down list data
What I'm looking to do is, when you click the aforementioned button in workbook 1, the VBA would create the mentioned workday sheets in a new workbook, containing the template file data from workbook 2, with working drop-down lists from workbook 3.
I hope that makes sense. I've attached screenshots of the workbooks. Thanks in advance.