Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

The distinction between the Workbook and Window objects lies in an additional method that can be used to create a Window object

Sub newWindow()     Windows(1).newWindow End Sub