I have a workbook with various worksheet (Topic 1, Topic 2, Topic 3, Topic 4, ……)
Each spreadsheet has 2 columns : Date & Description

For eg: for Worksheet Topic 1 will have something like below data

Date 111 Description
4/20/2012 Text …
4/21/2012 Text …
4/22/2012 Text …
4/23/2012 Text …
4/24/2012 Text …

In the same workbook, I need to create a master sheet which will be as below:

1111111111111 Date Description
Topic 1
Topic 2
Topic 3
Topic 4
Topic 5

So, when I select/click Topic 1, it should populate columns (Date & Description) with the values from Topic 1 worksheet...
Similarly when I select Topic 2, it should populate columns (Date & Description) with the values from Topic 2 worksheet...

And so on...

Any help would be much appreciated!

Thanks in advance.