Application.
| Application.DisplayAlerts | Returns or sets whether the system alert pop-up messages will be displayed. |
| Application.DisplayStatusBar | Returns or sets whether the status bar is displayed. |
| Application.EnableCancelKey | Returns or sets how Excel handles (Ctrl + Break) interruptions while VBA code is running. |
| Application.EnableEvents | Returns or sets whether events are enabled for the application. |
| Application.ExecuteExcel4Macro | A function that runs an Excel 4.0 macro and returns the result. |
| Application.Help | |
| Application.OnKey | A function that assigns a macro with a corresponding shortcut key. |
| Application.OnRepeat | A function that defines a subroutine to run when the user chooses (Edit > Repeat). |
| Application.OnTime | A function that can schedule a subroutine to run at a particular time in the future. |
| Application.OnUndo | A function that defines a subroutine to run when the user chooses (Edit > Undo). |
| Application.RegisterXLL | |
| Application.Run | |
| Application.ScreenUpdating | |
| Application.SendKeys | |
| Application.ShowWindowsInTaskbar | |
| Application.StatusBar | Allows text to be displayed on the left of the status bar. |
| Application.VBE | |
| Application.Wait | A function that can pause a running macro until a particular time in the future. |
| Application.WindowState |
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited TopPrevNext