0 out of 8 rated this helpful - Rate this topic

Workbooks Interface 

A collection of all the Workbook objects that are currently open in the Microsoft Excel application.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Usage
Public Class orkbooksImplementation
	Implements Workbooks
End Class
Dim orkbooksImplementation1 As New orkbooksImplementation()

public interface Workbooks : IEnumerable
public interface Workbooks implements IEnumerable
public interface Workbooks implements IEnumerable

Use the Workbooks property to return the Workbooks collection.

Use the Add method to create a new, empty workbook and add it to the collection.

Use the Open method to open a file.

For more information about using a single Workbook object, see the Workbook object.


Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.