Hello,
I am trying to figure out how I can have VBA insert today's current date into a specific cell.
For example in cell A28 we have our start date as 3/9/2020, cell A29 is 3/10/2020, A30 is 3/11/2020 and so on. I only need Weekdays to be included and not Weekends.
I know this can be done simply with a click and drag formula but I am working on a larger code and this would be the beginning stage of the entire coding.
I am trying to figure out how I can have VBA insert today's current date into a specific cell.
For example in cell A28 we have our start date as 3/9/2020, cell A29 is 3/10/2020, A30 is 3/11/2020 and so on. I only need Weekdays to be included and not Weekends.
I know this can be done simply with a click and drag formula but I am working on a larger code and this would be the beginning stage of the entire coding.