B
Boss
Hi,
I need to save the ppt file with passward. what changes shoud i make in the
code.
FileItem = "c:\test.ppt"
Dim pptfile As Object
Set pptfile = CreateObject("powerpoint.application")
pptfile.Visible = True
Set pShow = pptfile.Presentations.Open(FileItem)
With pShow
.SaveAs FileItem
.Close
End With
Please guide asap. thx!
Boss
I need to save the ppt file with passward. what changes shoud i make in the
code.
FileItem = "c:\test.ppt"
Dim pptfile As Object
Set pptfile = CreateObject("powerpoint.application")
pptfile.Visible = True
Set pShow = pptfile.Presentations.Open(FileItem)
With pShow
.SaveAs FileItem
.Close
End With
Please guide asap. thx!
Boss