T
TryingToFigureItAllOut
My company refuses to use a database to collect data so I'm stuck
distributing Excel workbooks everyday with specific sheets to different
offices, consolidating the inputs in one workbook, then updating the separate
workbooks with the information from consolidated workbook. The piece of VBA
code that I haven't figured out is copying Sheet 1, 4, 6 to workbook 1, sheet
1, 3, 5 to workbook 2, and sheet 1, 2, 7 to workbook 3 from the master and
adding tomorrow's date to the end of each file name.
distributing Excel workbooks everyday with specific sheets to different
offices, consolidating the inputs in one workbook, then updating the separate
workbooks with the information from consolidated workbook. The piece of VBA
code that I haven't figured out is copying Sheet 1, 4, 6 to workbook 1, sheet
1, 3, 5 to workbook 2, and sheet 1, 2, 7 to workbook 3 from the master and
adding tomorrow's date to the end of each file name.