X
xantara
Hello-
Part of a macro I'm trying to create for Word takes the active
document and sends it to PowerPoint, via ActiveDocument.PresentIt.
After it is imported into Powerpoint, I would like it to be saved in
the My Documents Folder as temp.ppt. However, despite many attempts
with various methods I keep getting an error. What would be the best
way to do this?
Here's one thing I've tried:
ActiveDocument.PresentIt
With PowerPoint
.SaveAs FileName:="C:\Documents and Settings\admin\My Documents
\temp.ppt"
End With
Any help would be much appreciated. Thank you!
Part of a macro I'm trying to create for Word takes the active
document and sends it to PowerPoint, via ActiveDocument.PresentIt.
After it is imported into Powerpoint, I would like it to be saved in
the My Documents Folder as temp.ppt. However, despite many attempts
with various methods I keep getting an error. What would be the best
way to do this?
Here's one thing I've tried:
ActiveDocument.PresentIt
With PowerPoint
.SaveAs FileName:="C:\Documents and Settings\admin\My Documents
\temp.ppt"
End With
Any help would be much appreciated. Thank you!