A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Best way to automatically refresh formulas



 
 
Thread Tools Display Modes
  #1  
Old February 13th, 2008, 02:25 PM posted to microsoft.public.word.tables
cottage6
external usenet poster
 
Posts: 34
Default Best way to automatically refresh formulas

Greetings,
I understand that formulas in a Word document don't automatically refresh,
so I'm searching for a user-friendly way to make this happen. I saw a post
regarding an auto-open macro which works swell, but I know beyond a shadow of
a doubt that after keying numbers some of the users will not close and
re-open the file to update the calculations. Since these are employee
performance appraisals, all hell is going to break loose if they're wrong. I
can assign a macro to an autoshape in Excel, but it doesn't look like I can
in Word? Any advice on how to best proceed with this would be great! Any
ideas? Thanks and have a good day.
  #2  
Old February 14th, 2008, 02:02 AM posted to microsoft.public.word.tables
macropod
external usenet poster
 
Posts: 1,231
Default Best way to automatically refresh formulas

Hi cottage6,

Presumably, you're using a document constructed as some sort of form. If that's the case, you should consider providing formfields
for the user input and setting the formfields' properties to 'calculate on exit'. That way, if you protect the document for forms,
your:
1. users will only be able to edit/update the parts of the form that you want them to; and
2. formulae will automatically update with out the need for a macro.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"cottage6" wrote in message ...
Greetings,
I understand that formulas in a Word document don't automatically refresh,
so I'm searching for a user-friendly way to make this happen. I saw a post
regarding an auto-open macro which works swell, but I know beyond a shadow of
a doubt that after keying numbers some of the users will not close and
re-open the file to update the calculations. Since these are employee
performance appraisals, all hell is going to break loose if they're wrong. I
can assign a macro to an autoshape in Excel, but it doesn't look like I can
in Word? Any advice on how to best proceed with this would be great! Any
ideas? Thanks and have a good day.


  #3  
Old February 14th, 2008, 02:02 PM posted to microsoft.public.word.tables
cottage6
external usenet poster
 
Posts: 34
Default Best way to automatically refresh formulas

Macropod,
Thanks for getting back to me; congrats on your MVP status! Anyway, the
documents I'm revamping have been around for awhile and were probably
converted from Word Pro and who knows what before that. All 5 documents are
set up using tables, so I'd need to do a lot more revising to change them all
to forms and recreate the fields. I've added an AutoOpen macro that will set
the Options to update the fields when printing. Since this is not my normal
job and I was just assigned to help, I think I need to move on. I'm a Lotus
Notes database developer and don't work in Word a lot, but am starting to see
a real value in creating forms. If warranted, that's the way I'll start with
a new document in the future. Thanks again for your help!
"macropod" wrote:

Hi cottage6,

Presumably, you're using a document constructed as some sort of form. If that's the case, you should consider providing formfields
for the user input and setting the formfields' properties to 'calculate on exit'. That way, if you protect the document for forms,
your:
1. users will only be able to edit/update the parts of the form that you want them to; and
2. formulae will automatically update with out the need for a macro.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"cottage6" wrote in message ...
Greetings,
I understand that formulas in a Word document don't automatically refresh,
so I'm searching for a user-friendly way to make this happen. I saw a post
regarding an auto-open macro which works swell, but I know beyond a shadow of
a doubt that after keying numbers some of the users will not close and
re-open the file to update the calculations. Since these are employee
performance appraisals, all hell is going to break loose if they're wrong. I
can assign a macro to an autoshape in Excel, but it doesn't look like I can
in Word? Any advice on how to best proceed with this would be great! Any
ideas? Thanks and have a good day.



  #4  
Old February 14th, 2008, 11:13 PM posted to microsoft.public.word.tables
macropod
external usenet poster
 
Posts: 1,231
Default Best way to automatically refresh formulas

Hi cottage6,

Setting up your existing documents as forms probably wouldn't be all that difficult. For some guidance, see:
http://gregmaxey.mvps.org/Repeating_Data.htm

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"cottage6" wrote in message ...
Macropod,
Thanks for getting back to me; congrats on your MVP status! Anyway, the
documents I'm revamping have been around for awhile and were probably
converted from Word Pro and who knows what before that. All 5 documents are
set up using tables, so I'd need to do a lot more revising to change them all
to forms and recreate the fields. I've added an AutoOpen macro that will set
the Options to update the fields when printing. Since this is not my normal
job and I was just assigned to help, I think I need to move on. I'm a Lotus
Notes database developer and don't work in Word a lot, but am starting to see
a real value in creating forms. If warranted, that's the way I'll start with
a new document in the future. Thanks again for your help!
"macropod" wrote:

Hi cottage6,

Presumably, you're using a document constructed as some sort of form. If that's the case, you should consider providing
formfields
for the user input and setting the formfields' properties to 'calculate on exit'. That way, if you protect the document for
forms,
your:
1. users will only be able to edit/update the parts of the form that you want them to; and
2. formulae will automatically update with out the need for a macro.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"cottage6" wrote in message ...
Greetings,
I understand that formulas in a Word document don't automatically refresh,
so I'm searching for a user-friendly way to make this happen. I saw a post
regarding an auto-open macro which works swell, but I know beyond a shadow of
a doubt that after keying numbers some of the users will not close and
re-open the file to update the calculations. Since these are employee
performance appraisals, all hell is going to break loose if they're wrong. I
can assign a macro to an autoshape in Excel, but it doesn't look like I can
in Word? Any advice on how to best proceed with this would be great! Any
ideas? Thanks and have a good day.




  #5  
Old February 15th, 2008, 04:25 PM posted to microsoft.public.word.tables
cottage6
external usenet poster
 
Posts: 34
Default Best way to automatically refresh formulas

Awesome info on that website; I didn't know I could do half that stuff.
Thanks!

"macropod" wrote:

Hi cottage6,

Setting up your existing documents as forms probably wouldn't be all that difficult. For some guidance, see:
http://gregmaxey.mvps.org/Repeating_Data.htm

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"cottage6" wrote in message ...
Macropod,
Thanks for getting back to me; congrats on your MVP status! Anyway, the
documents I'm revamping have been around for awhile and were probably
converted from Word Pro and who knows what before that. All 5 documents are
set up using tables, so I'd need to do a lot more revising to change them all
to forms and recreate the fields. I've added an AutoOpen macro that will set
the Options to update the fields when printing. Since this is not my normal
job and I was just assigned to help, I think I need to move on. I'm a Lotus
Notes database developer and don't work in Word a lot, but am starting to see
a real value in creating forms. If warranted, that's the way I'll start with
a new document in the future. Thanks again for your help!
"macropod" wrote:

Hi cottage6,

Presumably, you're using a document constructed as some sort of form. If that's the case, you should consider providing
formfields
for the user input and setting the formfields' properties to 'calculate on exit'. That way, if you protect the document for
forms,
your:
1. users will only be able to edit/update the parts of the form that you want them to; and
2. formulae will automatically update with out the need for a macro.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"cottage6" wrote in message ...
Greetings,
I understand that formulas in a Word document don't automatically refresh,
so I'm searching for a user-friendly way to make this happen. I saw a post
regarding an auto-open macro which works swell, but I know beyond a shadow of
a doubt that after keying numbers some of the users will not close and
re-open the file to update the calculations. Since these are employee
performance appraisals, all hell is going to break loose if they're wrong. I
can assign a macro to an autoshape in Excel, but it doesn't look like I can
in Word? Any advice on how to best proceed with this would be great! Any
ideas? Thanks and have a good day.




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:43 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.