Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XL2000: "Cannot jump to 'Application' because it is hidden."


View products that this article applies to.

Symptoms

If you select a method, object, or property in the Visual Basic Editor and then click Definition on the View menu, you may receive an error message similar to the following:
Cannot jump to 'Application' because it is hidden.
For example, you will receive this error message if you select "Application" in the following code and then click Definition on the View menu:
Sub Test()
   x = Application.Build
End Sub
				

↑ Back to the top


Cause

This error message occurs if the name you specified is marked as hidden in the type library. You cannot normally view hidden type library members. To see what items are marked as hidden, right-click the Object Browser window and then click Show Hidden Members on the shortcut menu that appears. You can then view the member information.

This problem also occurs with the following objects and properties which are not marked as hidden in the Object Browser:
   AddIns
   Application
   Assistant
   Names
				

↑ Back to the top


Workaround

If you receive this error message, you can manually view the specific method, object, or property in the Object Browser. To do this, follow these steps:
  1. If the Object Browser is not visible, click Object Browser on the View menu.
  2. In the Classes list, select the appropriate class (for example, Application).
You can then view the members of the class in the Members pane, or view links for the method, object, or property in the bottom pane.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

In Excel, you can use the Definition command on the View menu to take you directly to the selected method, object, or property in the Object Browser. You can also view a definition by pressing SHIFT+F2.

↑ Back to the top


Keywords: KB213675, kbprogramming, kbpending, kberrmsg, kbbug, kbarchive, kbnosurvey

↑ Back to the top

Article Info
Article ID : 213675
Revision : 4
Created on : 10/26/2013
Published on : 10/26/2013
Exists online : False
Views : 222