J
John Taylor-Johnston
Hi,
I'm new at this. I would like to pause this and enter the content for Name:=""
as in Name:="Albion2"
How can I re-write this please?
John
Sub f12()
'
' f12 Macro
' Macro recorded 15/11/04 by jtjohnston
'
With ActiveDocument.Bookmarks
.Add Range:=Selection.Range, Name:="Albion2"
.DefaultSorting = wdSortByLocation
.ShowHidden = False
End With
End Sub
I'm new at this. I would like to pause this and enter the content for Name:=""
as in Name:="Albion2"
How can I re-write this please?
John
Sub f12()
'
' f12 Macro
' Macro recorded 15/11/04 by jtjohnston
'
With ActiveDocument.Bookmarks
.Add Range:=Selection.Range, Name:="Albion2"
.DefaultSorting = wdSortByLocation
.ShowHidden = False
End With
End Sub