Automate PowerPoint Using Excel VBA – Is it possible?

I've been using macros in MSExcel for several months now and I know how powerful these macros are.
How can I use Excel as a host to open a PowerPoint presentation and then play on a certain slide number automatically?
Below is my attempt on how to do that:
Dim ppte As Object
