Application.

Application.DisplayAlertsReturns or sets whether the system alert pop-up messages will be displayed.
Application.DisplayStatusBarReturns or sets whether the status bar is displayed.
Application.EnableCancelKeyReturns or sets how Excel handles (Ctrl + Break) interruptions while VBA code is running.
Application.EnableEventsReturns or sets whether events are enabled for the application.
Application.ExecuteExcel4Macro(Excel only) A function that runs an Excel 4.0 macro and returns the result.
Application.Help 
Application.OnKey(Excel only) A function that assigns a macro with a corresponding shortcut key.
Application.OnRepeat(Excel only) A function that defines a subroutine to run when the user chooses (Edit > Repeat).
Application.OnTimeA function that can schedule a subroutine to run at a particular time in the future.
Application.OnUndoA function that defines a subroutine to run when the user chooses (Edit > Undo).
Application.RegisterXLL(Excel only)
Application.Run 
Application.ScreenRefresh(Word only)
Application.ScreenUpdating 
Application.SendKeys 
Application.ShowWindowsInTaskbar 
Application.StatusBarAllows text to be displayed on the left of the status bar.
Application.VBEGives you programmatic access to the Visual Basic Editor object model
Application.Wait(Excel only) A function that can pause a running macro until a particular time in the future.
Application.WindowState 

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext