A
arne
How can Word2000 suggest the save as filename from the content of a
bookmark?
This is part of my code from the form.
Dim BMRange As Range
Set BMRange = ActiveDocument.Bookmarks("mysaveasfilename").Range
BMRange.Text = Me.txtSaveasfilename
'Reinsert the bookmark
ActiveDocument.Bookmarks.Add "mysaveasfilename", BMRange
bookmark?
This is part of my code from the form.
Dim BMRange As Range
Set BMRange = ActiveDocument.Bookmarks("mysaveasfilename").Range
BMRange.Text = Me.txtSaveasfilename
'Reinsert the bookmark
ActiveDocument.Bookmarks.Add "mysaveasfilename", BMRange