Thread
:
Crreating an Object
View Single Post
#
5
Posted to microsoft.public.excel.programming
Dick Kusleika[_3_]
external usenet poster
Posts: 599
Crreating an Object
Art
Public Property Let Term(ByVal vNewValue As Variant)
Term = vNewValue
End Property
This should be
mvarTerm = vNewValue
That's why you're getting an infinite loop.
--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com
Reply With Quote
Dick Kusleika[_3_]
View Public Profile
Find all posts by Dick Kusleika[_3_]