Thread
:
Property let / get question
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rob
external usenet poster
Posts: 718
Property let / get question
what's wrong with this???
Property Let DatabaseRow(Value As Long)
If SheetRow = 0 Then SheetRow = Value
End Property
Property Get DatabaseRow() As Long
DatabaseRow = SheetRow
End Property
Private SheetRow As Long
Reply With Quote
Rob
View Public Profile
Find all posts by Rob