LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default User Defined Type

Chip,

You guys sure do a good job, quick and concise. I try to help where i can but most of the time i am still the one asking the questions.

Keep Up The good work

"Chip Pearson" wrote:

For properties, you use Property Get, Property Let, and Property
Set. E.g.,

Private pPropName As Long

Public Property Get PropName() As Long
PropName = pPropName
End Property

Public Property Let PropName(Value As Long)
pPropName = Value
End Property

Property Set is used for object type properties.

Just out of curiosity do Mvp's Get paid to answers Posts ?


Nope, we're all volunteers, end users like yourself. We just like
helping others by answering posts.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com






"WStoreyII" wrote in
message
...
Chip,

Properties are really different to how do you use those?

Just out of curiosity do Mvp's Get paid to answers Posts ?

Becuase any newsgroup that i post a question in, i always get
reply from mvps and really quick as if they were sitting there
waiting for the question?

WStoreyII

Thanks Alot

"Chip Pearson" wrote:

In VBA, you don't enclose argument to Sub procedures in
parentheses. Only arguments to Function procedures are

enclosed
in parens. Change
I.Add(True,10)
to
I.Add True,10


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




 
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
"User-defined type not defined" message in Excel RW1946 Excel Discussion (Misc queries) 0 August 31st 05 12:14 PM
User defined type problem R Avery Excel Programming 1 May 26th 04 02:41 PM
User Defined type not defined Karpagam Excel Programming 1 May 16th 04 05:41 PM
User defined data type augustus108 Excel Programming 1 April 10th 04 05:11 PM
Word.Document - user defined type not defined jowatkins[_7_] Excel Programming 0 January 20th 04 08:46 AM


All times are GMT +1. The time now is 10:01 PM.

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

About Us

"It's about Microsoft Excel"