D DAACKM Jul 11, 2008 #1 Anyone know how to add a macro to a PPT 2003 file from VB? I can't find a method that does this. Thanks.
Anyone know how to add a macro to a PPT 2003 file from VB? I can't find a method that does this. Thanks.
C Chirag Jul 11, 2008 #2 Look at the InsertCode() macro at http://officeone.mvps.org/vba/insert_code.html - you should be able to use that macro straight after adding the "PowerPoint" and "Visual Basic for Applications Extensibility" references to your VB project. - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html
Look at the InsertCode() macro at http://officeone.mvps.org/vba/insert_code.html - you should be able to use that macro straight after adding the "PowerPoint" and "Visual Basic for Applications Extensibility" references to your VB project. - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html