AXP Bookmark Properties List

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

Where do I find a list of properties associated with the Bookmark?

I'm using ".Bookmark = .LastModified" but what other methods are available?

regards
johnb
 
Hi johnb

The .LastModified is not a property of Bookmark but establishes a value to
attribute to it. .LastModified is a Recordset property (as indeed is
..Bookmark). Bookmark itself has no properties (unless you are working with
Word where Bookmark has many properties).

However, what I think you are looking for are properties of Recordsets of
which there are many that are relevant to set as a value for .Bookmark. The
best place to look is in the VBA Object Browser - open any module then hit F2
and enter Bookmark in the Search box.

Cheers.

BW
 
Hi

Revision.....

My last sentence should read .... 'enter Recordset in the search box.'

BW
 
HI BW

Thanks for the comments. Life is easy when you know what you doing!

regards
johnb
 

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

Back
Top