Using public members of a class inside the class
- From: Guillermo López-Anglada <guillermo@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Nov 2006 22:04:50 +0100
Hello,
I have a class like this:
'Class module
Public Property Get GetTextFromRange() as String
'Code
End Property
Public Function ProcessText() as String
'For example:
ProcessText = Left$(Me.GetTextFromRange,5)
End Sub
'End of Class module
Is it a good practice to use public members of a class like that?
Regards,
Guillermo
.
- Follow-Ups:
- Re: Using public members of a class inside the class
- From: Jezebel
- Re: Using public members of a class inside the class
- Prev by Date: Re: Searching for a graphic in a header/footer
- Next by Date: Re: Using public members of a class inside the class
- Previous by thread: Textbox visible property does not work within Word document
- Next by thread: Re: Using public members of a class inside the class
- Index(es):
Relevant Pages
|
Loading