View Single Post
 
Old 05-17-2012, 05:03 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

See 'Add a row to a table in a protected form' at: http://www.gmayor.com/word_vba_examples.htm
For the summing problem, perhaps the simplest solution is to split the table (which will also make it easier to add the new rows), bookmark it, then use a formula field coded like:
{=SUM(MyTable C:C)}
where 'MyTable' is the bookmark name and 'C' is the column you want to sum.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote