The information in this article applies to:
SUMMARYThe following Microsoft Visual Basic for Applications / WordBasic macro code checks to see if the number 11 is odd or even. You can substitute another number or a numeric variable for the number 11.
The MOD operator divides two numbers and returns only the remainder. For
example, the result of the expression 19 MOD 7 is 5. The numbers can be any
numeric expressions.
REFERENCES
"Using WordBasic," by WexTech Systems and Microsoft, page 227
"Word for Windows and OS/2 Technical Reference", page 191
Additional query words: 1.0 1.10a 2.0 6.0 6.0.1 7.0 macword winword2 winword word6 word7 word95 word8 word97 8.0
Keywords : |
Last Reviewed: December 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |