Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am using Word 2000. My macro capability currently is limited to the macro
recording feature. I have a protected form that includes a table. One column needs to be summed. My macro to sum the column works fine, until I turn protection back on. When I attempt to record the macro again and Turn OFF protection, the macro recording is stopped. Can this onle be accomplished with teh VBA or VBScript method of writing a macro? Or is there a way to record this process? |
#2
![]() |
|||
|
|||
![]()
Hi JamesR
Would the following help? How to change the behaviour of Word's document protection, so users' formfields don't get reset when they unprotect and reprotect http://www.word.mvps.org/FAQs/Macros...lfResetOff.htm Hope this helps. Shauna Kelly. Microsoft MVP. http://www.shaunakelly.com/word "JamesR" wrote in message ... I am using Word 2000. My macro capability currently is limited to the macro recording feature. I have a protected form that includes a table. One column needs to be summed. My macro to sum the column works fine, until I turn protection back on. When I attempt to record the macro again and Turn OFF protection, the macro recording is stopped. Can this onle be accomplished with teh VBA or VBScript method of writing a macro? Or is there a way to record this process? |
#3
![]() |
|||
|
|||
![]()
You don't need a macro to sum fields - use REF fields in conjunction with a
formula field and set the properties of the form fields to calculate on exit. e.g {=({Ref Text1}+{Ref Text2}+{Ref Text3})} -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org JamesR wrote: I am using Word 2000. My macro capability currently is limited to the macro recording feature. I have a protected form that includes a table. One column needs to be summed. My macro to sum the column works fine, until I turn protection back on. When I attempt to record the macro again and Turn OFF protection, the macro recording is stopped. Can this onle be accomplished with teh VBA or VBScript method of writing a macro? Or is there a way to record this process? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Table in a Form | Tables | |||
Macro for a button to turn on and off First Letter capitalization | New Users | |||
Running document macro from server | New Users | |||
Save As is not working due to macro security settings | Microsoft Word Help | |||
2000 to 2002 macro and "Could not open macro storage" | Mailmerge |