F9 Table update on Powerbooks

D

David Pearson

Is there a menu alternative to pressing F9 to update tables?

I have a Mac Powerbook and F9 runs expose; I would rather not have to alter
the preferences to turn this off each time I need to update tables.
 
M

macropod

Hi David,

Some fields will automatically update via a Print Preview, but others would
need a macro instead of pressing F9. You could attach the macro to a custom
toolbar button for ease of use.

A macro like:

Sub FieldUpdate()
ActiveDocument.Fields.Update
End Sub

would update all fields in the body of the document, but not fields in text
boxes, headers or footers. More extensive code is needed to deal with all
possibilities.

Cheers


Is there a menu alternative to pressing F9 to update tables?

I have a Mac Powerbook and F9 runs expose; I would rather not have to alter
the preferences to turn this off each time I need to update tables.
 

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

Top