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.ExecuteExcel4MacroA function that runs an Excel 4.0 macro and returns the result.
Application.Help 
Application.OnKeyA function that assigns a macro with a corresponding shortcut key.
Application.OnRepeatA 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 
Application.SendKeys 
Application.ShowWindowsInTaskbar 
Application.StatusBarAllows text to be displayed on the left of the status bar.
Application.VBE 
Application.WaitA function that can pause a running macro until a particular time in the future.
Application.WindowState 

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