smithwillls
IS-IT--Management
in VBA, other than using the shell command e.g.
Sub StartPowerpoint1()
Shell "C:\Program Files\Microsoft Office\office\POWERPNT.EXE", 3
End Sub
how can you open a powerpoint document and create boxes in it from ms project.
e.g. is it possible to do something like :
Sub openPowerpoint1()
Dim x As Object
Set x = GetObject(, "Powerpoint.Application"
End Sub
Sub StartPowerpoint1()
Shell "C:\Program Files\Microsoft Office\office\POWERPNT.EXE", 3
End Sub
how can you open a powerpoint document and create boxes in it from ms project.
e.g. is it possible to do something like :
Sub openPowerpoint1()
Dim x As Object
Set x = GetObject(, "Powerpoint.Application"
End Sub