Hi all,

I have been trying to find a VBA code to grab the data in a table in powerpoint and bring it into excel. From there, write and if statement, if currentDate="April 20th" list the entries in the table.

I cannot upload PPT here. The table in powerpoint looks something like below:

Sites Start Date Name
site1 2/20/2013 Name1
site2 3/30/2013 Name2
site3 4/15/2013 Name3
site4 4/29/2013 Name4
site5 5/12/2013 Name5
.
.
.

Is it possible to have a dashboard button and by clicking on it display the sites below?

Site Start Date Name
site4 4/29/2013 Name4
site5 5/12/2013 Name5


If anyone could help it would be much appreciate it.