Unfortunately I'm not a VBA user but I think I need it for this task.
So my HR department will start to send out interview question to some employees.
It will be something like this:
[TABLE="width: 233"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Adam[/TD]
[/TR]
[TR]
[TD]Question 1[/TD]
[TD]Answer A[/TD]
[/TR]
[TR]
[TD]Question 2[/TD]
[TD]Answer B[/TD]
[/TR]
[TR]
[TD].....[/TD]
[TD]....[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
One excel worksheet for each person.
then they would like to have a summary sheet looking like
[TABLE="width: 278"]
<tbody>[TR]
[TD][/TD]
[TD]Question 1[/TD]
[TD]Question 2[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Answer A[/TD]
[TD]Answer B[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]Name 2[/TD]
[TD].....[/TD]
[TD].....[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]Name 3[/TD]
[TD].....[/TD]
[TD].....[/TD]
[TD].....[/TD]
[/TR]
</tbody><colgroup><col><col span="2"><col></colgroup>[/TABLE]
So basically everytime they add a new sheet with a persons answer 1 row should be added to the summary sheet with that persons name and answers.
what do you think is the easiest approach to do this and does anyone have a macro for it that I can try to modify once I have the exact layout of the templates?
So my HR department will start to send out interview question to some employees.
It will be something like this:
[TABLE="width: 233"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Adam[/TD]
[/TR]
[TR]
[TD]Question 1[/TD]
[TD]Answer A[/TD]
[/TR]
[TR]
[TD]Question 2[/TD]
[TD]Answer B[/TD]
[/TR]
[TR]
[TD].....[/TD]
[TD]....[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
One excel worksheet for each person.
then they would like to have a summary sheet looking like
[TABLE="width: 278"]
<tbody>[TR]
[TD][/TD]
[TD]Question 1[/TD]
[TD]Question 2[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Answer A[/TD]
[TD]Answer B[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]Name 2[/TD]
[TD].....[/TD]
[TD].....[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]Name 3[/TD]
[TD].....[/TD]
[TD].....[/TD]
[TD].....[/TD]
[/TR]
</tbody><colgroup><col><col span="2"><col></colgroup>[/TABLE]
So basically everytime they add a new sheet with a persons answer 1 row should be added to the summary sheet with that persons name and answers.
what do you think is the easiest approach to do this and does anyone have a macro for it that I can try to modify once I have the exact layout of the templates?