I have a daily workbook that consists of three sheets. One of the sheets is a productivity log for that day. The workbook is saved via an existing script to create the names using a consistant format which is dd-mmmm-yyyy filename.xlms. At the end of every month, the data from these workbooks needs to be brought together in a single workbook where the data can be fully analyzed. I have used various means of realating to different workbook data, but I can not quite figure this one out since the file name is changing day to day and month to month.
Basically what I would like to do (I think) is have a vba script that would get a starting poing from the destination workbook, cell C3 on worksheet monthly totals. The starting point would be the 1st of a given month. The vba script would then go out and get the data from the other workbooks and post to the new workbook. This all makes sense in my head, but I have been at this for a few hours on and off, and I have yet to figure out what seems to be a simple solution.
Any help on this idea or a different solution to the same problem would be awesome. The help is much appreciated.
Thanks!!
Basically what I would like to do (I think) is have a vba script that would get a starting poing from the destination workbook, cell C3 on worksheet monthly totals. The starting point would be the 1st of a given month. The vba script would then go out and get the data from the other workbooks and post to the new workbook. This all makes sense in my head, but I have been at this for a few hours on and off, and I have yet to figure out what seems to be a simple solution.
Any help on this idea or a different solution to the same problem would be awesome. The help is much appreciated.
Thanks!!