G
Guest
I have tried this code
Sub saver()
presname = InputBox("Name your file")
ActivePresentation.SaveAs ("C:\Documents and Settings\John\Desktop\" &
presname)
End Sub
But i dont seam to be able to get a saveas dialog box appear when in an
active presentation, What i want is to be able to save an active presentation
so my class can do a quiz and be able to save it under there name and in a
specific directory any help will be much appreciated. Running office 2003 xp
Sub saver()
presname = InputBox("Name your file")
ActivePresentation.SaveAs ("C:\Documents and Settings\John\Desktop\" &
presname)
End Sub
But i dont seam to be able to get a saveas dialog box appear when in an
active presentation, What i want is to be able to save an active presentation
so my class can do a quiz and be able to save it under there name and in a
specific directory any help will be much appreciated. Running office 2003 xp