Gday everyone,
I have found a few VBA codes that do the trick but I have a slightly different need.
I would like to have a workbook for every month that we have operations. Each workbook needs to contain a sheet for each day of the month. Some of the codes that I have found prompt an input box for month and year etc which would be nice.
I would like to run a VBA code that creates a sheet for each day of the month using the Master sheet as a template, and have each sheet named as per the day of month. Like I say I have found some codes to do the above but what I also need is to figure out how to put the corresponding date on each sheet a certain cell (H1). So it's easily identifiable to our team what date they are working on, rather than the sheet tabs at the bottom.
Any ideas how to tie it all together, when creating all the sheets from the master? Also, we are down under, so any date format would be appreciated in DD MM YYYY
Thanks for your help
Cheers,
Hayden
I have found a few VBA codes that do the trick but I have a slightly different need.
I would like to have a workbook for every month that we have operations. Each workbook needs to contain a sheet for each day of the month. Some of the codes that I have found prompt an input box for month and year etc which would be nice.
I would like to run a VBA code that creates a sheet for each day of the month using the Master sheet as a template, and have each sheet named as per the day of month. Like I say I have found some codes to do the above but what I also need is to figure out how to put the corresponding date on each sheet a certain cell (H1). So it's easily identifiable to our team what date they are working on, rather than the sheet tabs at the bottom.
Any ideas how to tie it all together, when creating all the sheets from the master? Also, we are down under, so any date format would be appreciated in DD MM YYYY
Thanks for your help
Cheers,
Hayden
Last edited: