This project was created as an example of an Excel to Powerpoint workflow using VBA. Typically one might create PowerPoint slides from data in Excel and by using VBA we can automate the process, ...
Presentations are an important part of many business conferences and meetings, and companies all across the globe use Microsoft PowerPoint to build and display their slideshows. While PowerPoint ...
The code picks data from Excel - in this case, names from column B and phone numbers from column C. It loops through the names and updates a powerpoint slide with the details from Excel. Create a new ...
But what I want to do is play a d---d sound, and there seems to be no obvious way to do it. There is a general supposedly office-wide vba "play" method, but My. Computer.Audio.Play("soundfile.wav") ...