I have a workbook with several worksheets that are all identical in structure and layout representing sales data fed to me from different stores. they all contain 3 distinct blocks of information made from a number of rows (containing different categories of sales) and columns (containing different months), the blocks contain sales purchase costs and anticipated working capital
each month I send out the file to several recipients, they carry out an update for their own sheet (for their store(s)) , and then send me the work book back. I keep the returned files together in the same folder, but change the folder name each month so that i can recall particular months on request.
occasionally new sheets are added and old ones removed. and these represent a single line on the summary page, either added or deleted from the last live list. some of the stores sell more categories than others so the rows are not in the same row numbers on each sheet, but the sheet that is returned is the same as the one sent in each individual case.
i am trying to work out if it is possible to quickly import the information from the returned files, extracting the information that has changed, (only) and updating the worksheet of the same name in the master copy. without having to change the summary page every month to accommodate the fresh/new imported sheets. and any changes to the categories as products are introduced or discontinued
can anyone help with getting me started? I've looked through the past posts and there a few similar items which I have tried as a starting base but I keep getting stuck. I'm quite new to VBA, but have managed to get a few thing working.
thank you for any help and time you can give.
each month I send out the file to several recipients, they carry out an update for their own sheet (for their store(s)) , and then send me the work book back. I keep the returned files together in the same folder, but change the folder name each month so that i can recall particular months on request.
occasionally new sheets are added and old ones removed. and these represent a single line on the summary page, either added or deleted from the last live list. some of the stores sell more categories than others so the rows are not in the same row numbers on each sheet, but the sheet that is returned is the same as the one sent in each individual case.
i am trying to work out if it is possible to quickly import the information from the returned files, extracting the information that has changed, (only) and updating the worksheet of the same name in the master copy. without having to change the summary page every month to accommodate the fresh/new imported sheets. and any changes to the categories as products are introduced or discontinued
can anyone help with getting me started? I've looked through the past posts and there a few similar items which I have tried as a starting base but I keep getting stuck. I'm quite new to VBA, but have managed to get a few thing working.
thank you for any help and time you can give.