J
Jacques
Hello,
I have a big problem with powerpoint 2003
I used this code for week without any problem :
Nb_Slides = ActivePresentation.Slides.Count
ActivePresentation.Slides("Modèle_Résultat").Copy
ActivePresentation.Slides.Paste Nb_Slides + 1
but now i have a message error saying "The "paste" method of the "slides"
object failed " (translation from french : "La méthode "paste" de l'objet
"slides" a échoué)
An other message says it may be due to my disk (but no problem in fact on my
disk ) or to the network (th file is not on a network)
After the problem has occured i cannot even manually (through the menus Edit
or Insert) copy and paste or duplicate or insert a new slide, and trying to
do it manually makes powerpoint restart
Even if i close powerpoint and load again the file, id does not work
anymore.
How could i solve this problem?
Thanks fot you help
I have a big problem with powerpoint 2003
I used this code for week without any problem :
Nb_Slides = ActivePresentation.Slides.Count
ActivePresentation.Slides("Modèle_Résultat").Copy
ActivePresentation.Slides.Paste Nb_Slides + 1
but now i have a message error saying "The "paste" method of the "slides"
object failed " (translation from french : "La méthode "paste" de l'objet
"slides" a échoué)
An other message says it may be due to my disk (but no problem in fact on my
disk ) or to the network (th file is not on a network)
After the problem has occured i cannot even manually (through the menus Edit
or Insert) copy and paste or duplicate or insert a new slide, and trying to
do it manually makes powerpoint restart
Even if i close powerpoint and load again the file, id does not work
anymore.
How could i solve this problem?
Thanks fot you help