The information in this article applies to:
SYMPTOMSIn the programs listed at the beginning of this article, you cannot hide or protect a module either manually or by using a macro. CAUSE
This behavior is by design of the programs listed at the beginning of this
article. In earlier versions of Microsoft Excel, macro sheets and Visual
Basic modules are contained on tabs in a workbook. These tabs can be hidden
or protected manually or by using the Visible, Protect, or Unprotect
commands in a macro.
WORKAROUND
To hide or protect a module in Microsoft Excel 98, create an add-in file.
When you open an add-in file, it is not possible to view the module it
contains, and code in the add-in cannot be viewed or modified.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.aspThe following sample procedures are provided to further clarify the difference between hiding modules in Microsoft Excel 5.0, and 98.
Microsoft Excel 98:
Nothing happens when you run these sample procedures in Microsoft Excel 98. Because modules are not tabbed sheets, they no longer have a Visible property, and you cannot hide or unhide them. Similarly, using the Protect or Unprotect methods to protect or unprotect a module does not work in Microsoft Excel 98. Because modules are not tabbed sheets, you cannot protect or unprotect them. Microsoft Excel 5.0: When you run the HideMe procedure, Microsoft Excel hides Module1. Running the ShowMe procedure unhides Module1. Running the ReallyHideModule2 procedure hides Module2 and prevents it from being unhidden without using a macro or code. Additional query words: addin 8.0 WD97 PP97 XL98 OFF98
Keywords : xlui OffVBA xladdins xlvbmigrate |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |