View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WLMPilot WLMPilot is offline
external usenet poster
 
Posts: 470
Default Can this be done?

I have numerous workbooks, one for each employee, that is used for QA
purposes. I also have a master workbook that is used by the boss that
collects data from each of the workbooks. However, I also want to use the
master workbook to update each employee workbook.

I want the boss to be able to add to the list of QA criteria in the master
workbook, then click and UPDATE button, executing a macro that will take the
new criteria added and place it on SHEET1 of each of the employee workbooks.

I believe this can be done, but not quite sure what the code should be. I
also realize that I will have to read in all the employee names into an array
and use it as part of the code in identifying the correct workbook.

I appreciate any help in this.

Thanks,
Les