Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a simple class module with a property X as follows:
Private cX as Integer Property Get X() As Integer X = cX End Property Property Let X(xVal as Integer) cX = xVal End Property When I view an object of this class in the Locals window, both X and cX show up as properties of the object. Is there a way to make cX invisible to the Locals window? Thanks, Doug |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't think so Doug, it is something that has been bugging me for years
HTH Bob "Doug Maddox" wrote in message ... I have a simple class module with a property X as follows: Private cX as Integer Property Get X() As Integer X = cX End Property Property Let X(xVal as Integer) cX = xVal End Property When I view an object of this class in the Locals window, both X and cX show up as properties of the object. Is there a way to make cX invisible to the Locals window? Thanks, Doug |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Class module Question | Excel Programming | |||
Chart Class Module/follow on question to hyperlink post earlier. | Charts and Charting in Excel | |||
Class Module Question | Excel Programming | |||
Class module question | Excel Programming |