+ Reply to Thread
Results 1 to 2 of 2

Call members from an implemented class

  1. #1
    Registered User
    Join Date
    05-09-2012
    Location
    Des Moines, IA
    MS-Off Ver
    Excel 2010
    Posts
    27

    Call members from an implemented class

    I have a class that implements an interface, and I can't seem to call the properties of the interface from within the class. For example, below is the code for the interface IFace:

    Please Login or Register  to view this content.
    Now suppose I have an implementation IFaceObject:

    Please Login or Register  to view this content.
    This gives an error when the Let portion of IFace_Bar property is called. The "me" keyword does not pick up the property IFace_Foo. Does anyone know how to call such a private property from within an implementation?

    Thanks All!

  2. #2
    Registered User
    Join Date
    05-09-2012
    Location
    Des Moines, IA
    MS-Off Ver
    Excel 2010
    Posts
    27

    Re: Call members from an implemented class

    Oops! Figured it out myself. Should be:

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1