Training
Module
Build Office Add-ins for Excel - Training
This module walks through development of Office Add-ins for Microsoft Excel.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can show or hide any worksheet in a workbook. To hide a worksheet, use the worksheet host item or access the worksheet by using the sheets collection of the workbook.
Applies to: The information in this topic applies to document-level projects and VSTO Add-in projects for Excel. For more information, see Features available by Office application and project type.
If the worksheet was added at design-time in a document-level customization, use the Visible property to hide the specified worksheet.
Set the Visible property of the Sheet1
host item to the xlSheetHidden enumeration value.
Access worksheets through the Microsoft Office Excel Sheets collection in the following cases:
You want to hide a worksheet in a VSTO Add-in.
The worksheet that you want to hide was created at run time in a document-level customization.
Set the Visible property of the worksheet to the xlSheetHidden enumeration value.
Training
Module
Build Office Add-ins for Excel - Training
This module walks through development of Office Add-ins for Microsoft Excel.
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!