'Declaration
Public Overloads Function OpenExcel( _ ByVal fileName As String, _ ByVal sheetName As String _ ) As Boolean
Parameters
- fileName
- Name of the file to open
- sheetName
- Name of the sheet in the Excel file to load
Return Value
Boolean: true if successful; false otherwise