Sub to interleave slides

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

I have 100 slides, comprising basically 50 slides per Part1/2.

"Part1"
Slides 1,2,3,4,... 50

"Part2"
Slides 51,52,53,... 100

I would like to re-arrange it programmatically so that the slides from Parts
1/2 are "interleaved" next to each other (viz. slide 51 is slotted in after
slide 1, slide 52 after slide 2, etc), ie. indicatively, it becomes:
Slide 1,51, 2,52, 3,53, ... 50,100

Insights appreciated on a generic sub which can do the above, irrespective
of the actual number of slides (the number of slides involved would always
be an even number, of course). Thanks
 
Back
Top