The information in this article applies to:
SYMPTOMSWhen you create a user-defined function in Microsoft Visual Basic for Applications, you can use the function in the worksheet even though you have declared it as Private or you have used Option Private Module. CAUSE
This problem occurs when you do the following:
You use the Private Function statement. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATION
You can create a user-defined function and make it private to the subroutine by using the statement
Private Function name.
Or, you can make it private to the module by using the statement Option Private Module. Additional query words: XL2000
Keywords : kbdta |
Last Reviewed: October 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |