I have a set of worksheets with data broken into states. Each state is 'allowed' to add columns to the end of my dataset but they are not allowed to change my column structure in anyway (add, delete, rearrange). They are also not supposed to add new rows without me giving them an ID number for column A.
Every morning I need to merge these worksheets into a single sheet. This is just one question that I have for the process that I've devised. (I figure breaking them down into separate posts would be easier to answer.)
Step 2 of my process is to check that users have not tampered with my column headings in any way. How would I write procedure that check each cell in a range A1 to CT1 against a list. That is A1 must equal "ID", B1 must equal "Site Name", else give me a message box telling me which heading is wrong and end the macro.
Every morning I need to merge these worksheets into a single sheet. This is just one question that I have for the process that I've devised. (I figure breaking them down into separate posts would be easier to answer.)
Step 2 of my process is to check that users have not tampered with my column headings in any way. How would I write procedure that check each cell in a range A1 to CT1 against a list. That is A1 must equal "ID", B1 must equal "Site Name", else give me a message box telling me which heading is wrong and end the macro.