Get default filename from bookmark content

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
 
A

arne

The file has not yet been saved. I only want the filename to be set as the
default (suggested name). The user must have the option to save the document
with any name she wants.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top