Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro???

Status
Not open for further replies.

samato

Technical User
Apr 26, 2003
37
US
I have a simple table in Word and one formula calculate the total from another table and the next formula calculates the difference between the total of one from another. The problem is I CAN NOT get people to understand they have to press F9 to update the fields. I want a macro that updates ALL fields. I have tried to record one but it appears the cursor must be at the first cell in the table. Ideas?
 
something like:
activedocument.tables(1).select
bFlag = selection.fields.update


_________________
Bob Rashkin
 
Thank you very much, it worked great!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top