Selection to New Page - Macro - Update

Sub SelectionToNewPage()
Dim sr As ShapeRange
Set sr = ActiveSelectionRange
sr.Cut
ActiveDocument.AddPages 1
ActivePage.ActiveLayer.Paste

End Sub

Can someone add this...

after moving the selection... immediately launch to rename the page option