Hello!
I am very new at VBA I have tried some varies codes to get the results I am looking for, but I keep failing to get to my ultimate goal.
Goal 1 = I would love that all the data from a single specific column (B) on each sheet with a "date" as the sheet name in the workbook to be copied to a specific sheet, "Duplicate Audit". There are 3 sheets that are utilized for data analysis that I want to have excluded from pulling into the macro.
Goal 2 = A new sheet is added to the workbook daily so I would like when that new sheet is added the data from the specific column (B) is automatically added to the list of the already combined data. If a button can be created to have the macro run to add this new data would be great as well.
I need all column B data (minus header row) from each sheet to copy and paste to the Sheet named "Duplicate Audit" starting at A2 and then each day a new sheet is added the data in column B is added to this list on the dup audit sheet.
I don't know if this will be an issue, but we have to protect the workbook each day as there are users that can access this data, but they are only allowed to view or on a specific sheet modify a specific set of unlocked columns
Last thing, my companies IT department is not allowing us to use any Power Queary options, so I need to steer clear of those features.
Thank you in advanced for your assistance and any guidance you can provide.
I am very new at VBA I have tried some varies codes to get the results I am looking for, but I keep failing to get to my ultimate goal.
Goal 1 = I would love that all the data from a single specific column (B) on each sheet with a "date" as the sheet name in the workbook to be copied to a specific sheet, "Duplicate Audit". There are 3 sheets that are utilized for data analysis that I want to have excluded from pulling into the macro.
Goal 2 = A new sheet is added to the workbook daily so I would like when that new sheet is added the data from the specific column (B) is automatically added to the list of the already combined data. If a button can be created to have the macro run to add this new data would be great as well.
I need all column B data (minus header row) from each sheet to copy and paste to the Sheet named "Duplicate Audit" starting at A2 and then each day a new sheet is added the data in column B is added to this list on the dup audit sheet.
I don't know if this will be an issue, but we have to protect the workbook each day as there are users that can access this data, but they are only allowed to view or on a specific sheet modify a specific set of unlocked columns
Last thing, my companies IT department is not allowing us to use any Power Queary options, so I need to steer clear of those features.
Thank you in advanced for your assistance and any guidance you can provide.