XL98: Changes to Microsoft Visual Basic for Applications

ID: Q188835

The information in this article applies to:

SUMMARY

The user interface for Microsoft Visual Basic for Applications in Microsoft Excel 98 has changed significantly from earlier versions of Microsoft Excel. This article describes the changes in the Visual Basic for Applications environment in Microsoft Excel 98 Macintosh Edition.

MORE INFORMATION

The components that make up Microsoft Visual Basic for Applications are the Visual Basic Editor, the forms interface, and the Visual Basic for Applications language.

The Microsoft Visual Basic Editor

The Microsoft Visual Basic Editor uses the programming interface of Microsoft Visual Basic 4.0 as a base for creating and editing code. Within the Visual Basic Editor, there are five major elements: Project Explorer, Property Window, Code Window, Object Browser, and Debugging Tools.

The Visual Basic Editor operates in run mode or design mode. Run mode is the default mode when a project is opened and is transparent to the user. Design mode can be entered by clicking the Design Mode button, or by clicking the design mode command on the Run menu. The main benefit of Design Mode is that it allows programmers to stop event handling routines from running automatically.

The Forms Interface

Earlier versions of Microsoft Excel used Dialog sheets to create custom forms. In Microsoft Excel 98, you can use dialog sheets for compatibility with earlier versions of Microsoft Excel; however, you can now use user forms to create custom forms that you can use in Microsoft Excel 98, Microsoft Word 98, and Microsoft PowerPoint 98.

The following is a list of advantages of using user forms:

The Microsoft Visual Basic for Applications Programming Language

For more information on Visual Basic for Applications in Excel 98, please see the Visual Basic for Applications 101 document on the Microsoft Internet Web site at:

   http://support.microsoft.com/support/macexcel/content/MacVBA/MacVBA.asp

Additional query words: XL98 VBA VBE VB Editor project explorer
Keywords          : kbprg kbdta xlui xlvbainfo 
Version           : MACINTOSH:98
Platform          : MACINTOSH
Issue type        : kbhowto

Last Reviewed: July 16, 1998