The information in this article applies to:
SUMMARYThere is no automatic feature in Microsoft Word to return the number of records in a table; however, you can create a simple macro to display this information on the status bar. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty
either expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes that you
are familiar with the programming language being demonstrated and the tools used to
create and debug procedures. Microsoft support professionals can help explain the functionality
of a particular procedure, but they will not modify these examples to provide added
functionality or construct procedures to meet your specific needs. If you have limited
programming experience, you may want to contact a Microsoft Certified Solution Provider
or the Microsoft fee-based consulting line at (800) 936-5200. For more information about
Microsoft Certified Solution Providers, please see the following page on the World Wide Web:
http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.aspThe WordBasic function SelInfo allows you to display the number of rows within a table. The syntax for the SelInfo function is as follows:
For this example, "Type" is set to "15" (without the quotation marks).
Type 15 is the value used to return the number of rows in a table.
For more information on SelInfo, refer to pages 277-278 of "Using WordBasic," by WexTech Systems and Microsoft. To create a macro to display the number of rows within a table, follow these steps:
For information about how to do this in Word 97, please see the following article in the Microsoft Knowledge Base: Q159029 WD97: Macro to Count Number of Rows in a Table References"Using WordBasic," by WexTech Systems and Microsoft, pages 277-278Additional query words: winword2
Keywords : kbdta wordnt winword ntword macword kbtable word6 word7 word95 |
Last Reviewed: July 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |