WD: WordBasic Macro to Count Number of Rows in a TableID: Q82085
|
There 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.
Microsoft 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:
n=SelInfo(Type)
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.
Q159029 WD97: Macro to Count Number of Rows in a Table
Additional query words: winword2
Keywords : kbdta wordnt winword ntword macword kbtable word6 word7 word95
Version : MACINTOSH:6.0,6.0.1; WINDOWS:2.0,2.0a,2.0a-CD,2.0b,2.0c,6.0,6.0a,6.0c,7.0,7.0a; winnt:6.0
Platform : MACINTOSH WINDOWS winnt
Issue type : kbhowto
Last Reviewed: July 13, 1999