run-time error 451 (1 Viewer)

skate

Registered User.
Local time
Today, 05:36
Joined
May 22, 2002
Messages
136
what does it mean when it says:
property let procedure ot defined and property get procedure did not return an object
 

Mario

Registered User.
Local time
Today, 00:36
Joined
Jul 3, 2002
Messages
67
let = set an object to some value
get = fetch the value of an object

let need to have a value being passed ie:

LetObject(Value1 as Variant)
{Object.Value = Value1}

get need to return a value ie
GetObject()
{GetObject = Object.Value}
 

Users who are viewing this thread

Top Bottom