I have a VBA macro that creates a PPT deck from rows in Excel. It works great on my PC (with PowerPoint Object Library 15.0), but when I distribute to people with an older PowerPoint Object Library (e.g., 14.0), it hoses the format of pasted shapes.
I read about the Early/Late binding and do not know how to address the problem. How do I change my code to use early binding rather than late binding? Other related questions I've found did not have answers.