Application UsableHeight Property
Returns the maximum height of the space that a window can occupy in the application window area, in points. Read-only Double.
Application UsableWidth Property
Returns the maximum width of the space that a window can occupy in the application window area, in points. Read-only Double.
Application UseClusterConnector Property
Returns or sets whether Excel allows user-defined functions in XLL add-ins to be run on a compute cluster. Read/write
Application UsedObjects Property
Returns a UsedObjects object representing objects allocated in a workbook. Read-only
Application UserControl Property
True if the application is visible or if it was created or started by the user. False if you created or started the application programmatically by using the CreateObject or GetObject functions, and the application is hidden. Read/write Boolean.
Application UserLibraryPath Property
Returns the path to the location on the user’s computer where the COM add-ins are installed. Read-only String.
Application UserName Property
Returns or sets the name of the current user. Read/write String.
Application UseSystemSeparators Property
True (default) if the system separators of Microsoft Excel are enabled. Read/write Boolean.