Application
Application Caller
- Returns information about how Visual Basic was called
- We can use it with cells, buttons,Shapes
Application Event
'The WithEvents keyword makes the appevent variable available in the Object drop-down in the Class1 (Code) module window.
Public WithEvents appevent As Application
Private Sub appevent_WindowResize(ByVal Wb As Excel.Workbook,ByVal Wn As Excel.Window)
End Sub