Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Class Module Question

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 834
Default Class Module Question

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Class module Question Office_Novice Excel Programming 5 November 26th 08 03:47 PM
Chart Class Module/follow on question to hyperlink post earlier. Rominall Charts and Charting in Excel 2 March 7th 07 02:43 AM
Class Module Question Andrew Yates Excel Programming 8 March 5th 06 03:50 PM
Class module question David Excel Programming 4 September 8th 05 04:51 PM


All times are GMT +1. The time now is 02:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"