~~~~~~~~~~~~~~~~~~~~~~~~~
Imports System.Windows.Forms
Imports Office = Microsoft.Office.Core
Imports Excel = Microsoft.Office.Interop.Excel
Imports MSForms = Microsoft.Vbe.Interop.Forms
' Office integration attribute.
' Identifies the startup class for the workbook.
' Do not modify.
<Assembly: System.ComponentModel.DescriptionAttribute( _
"OfficeStartupClass,Version=1.0,Class=ExcelProject1.OfficeCodeBehind")>
Public Class OfficeCodeBehind
Friend WithEvents ThisWorkbook As Excel.Workbook
Friend WithEvents ThisApplication As Excel.Application
--->Code continued on the next page


