Hi is there a way to delete slides from slide number 60 to slide number 246? Thanks!
Hi is there a way to delete slides from slide number 60 to slide number 246? Thanks!
Maybe try this method?
Sub DeleteSlides() Dim i As Long ' Loop through slides backwards to avoid index issues For i = 246 To 60 Step -1 ActivePresentation.Slides(i).Delete Next i End Sub
Last edited by Aussiebear; 12-28-2024 at 07:44 PM.
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link