WD: WordBasic Macro to Count Number of Rows in a Table

ID: Q82085


The information in this article applies to:


SUMMARY

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.


MORE INFORMATION

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.asp
The 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.

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:
  1. On the Tools menu, click Macro. Type a name in the Macro Name box, and click Create.

    NOTE: Macro names cannot contain spaces.


  2. Below the SubMain line, type "Print SelInfo(15)" (without the quotation marks).


  3. On the File menu, click Save All. Click Yes in response to the prompt "Save Global Glossary and Command Changes?"


  4. On the File menu, click Close.


  5. Position the insertion point anywhere within your table. On the Tools menu, click Macro. Select your macro, and click Run.


The number of rows in the table should display on the left side of the status bar.

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-278

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