Resizable Property Example
Default is True i.e. an Object can be resized
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
a = objIExplorer.Resizable
msgbox a
See all Methods & Properties of InternetExplorer Object here.