I am trying to add a new slide at the current position in normal view. I have the following code which adds a new slide to the first position, but I need to add it where the user is currently positioned. I have tried getting the slide number and using a variable for it but nothing is working. This is the code I have so far:

[VBA]
Application.ActivePresentation.Slides.Add 1, ppLayoutTwoColumnText
[/VBA]

Any help would be much appreciated.

Annette