Hi all,
xlsSheet = CType(xlsWB.Sheets(“HideSheet Name”), Microsoft.Office.Interop.Excel.Worksheet)
xlsSheet.Visible = True
NOT : This code gives me an error => convertion error boolean to XlSheetVisibility
How can i do unhide specific sheet or sheets from excel via invoke vb.net ??
Thanks.