+ Reply to Thread
Results 1 to 3 of 3

A problem with creating own class in EXCEL 2003

Hybrid View

  1. #1
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: A problem with creating own class in EXCEL 2003

    The error "Ambiguous name detected: cshort_name"
    is caused by having a Let property,

    Public Property Let cshort_name(Value As String)
        cshort_name = Value
    End Property
    with the same name as the private variable used to store it's value.

    Give the private variable a new name.
    Cheers
    Andy
    www.andypope.info

  2. #2
    Registered User
    Join Date
    12-10-2009
    Location
    Saratov
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: A problem with creating own class in EXCEL 2003

    Thanks! It is work!

+ 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