Hi,
I have created a Workbook with a master sheet, where there is a summary of the other sheets. Every sheet has its own Worksheet_Change function implemented.
Now, I want to create from a master sheet, all the other sheets. No problem if i only want to create sheets and put data in cells, but no manner to create its own Worksheet_Change function from vba code. I dont know if anybody would understand what i mean...
Suggestions please?