_Global.ThisWorkbook Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ThisWorkbook As Workbook
Get
'Usage
Dim instance As _Global
Dim value As Workbook
value = instance.ThisWorkbook
Workbook ThisWorkbook { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Workbook