Article ID: 213624 - Last Review: June 23, 2005 - Revision: 4.0 HOW TO: Create an Auto_Open Macro to Show the Data Form Dialog Box in Excel 2000This article was previously published under Q213624 On This PageSUMMARY
The step-by-step article shows you how to use an Auto_Open macro to select a specific sheet in a workbook and automatically display the data form dialog box.
NOTE: A macro named "auto_open" will be run each time you manually open the workbook that contains that macro. Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers 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 requirements. Sample Auto_Open Macro
You can use the data form dialog box to view, change, add, or delete a record in a list or database. You can also use a data form to find specific records based on criteria that you specify. A data form displays one complete record at a time. When you enter or edit data on the data form, Excel changes the corresponding cells in the list. The data form dialog box automatically expands to display all the fields in your list, up to 32 fields. REFERENCESFor additional information about how to get help with Visual Basic forApplications, click the article number below
to view the article in the Microsoft Knowledge Base:
226118
(http://support.microsoft.com/kb/226118/EN-US/
)
OFF2000: Programming Resources for Visual Basic for Applications
| Article Translations
|
Back to the top
