Chance1234
IS-IT--Management
Been a long time since i ve written a class module , what i am trying to do is roughly the following
Private Card
Property get WhatCard()
Whatcard = card
End property
Property let whatcard(ByVal, Newvalue)
Card = newvalue
end property
What i want to happen in the code is , someone can go
whatcard = and a dropdown appears with hearts, diamonds, clubs, spades
Chance,
Filmmaker, gentlemen and read my blog at
Private Card
Property get WhatCard()
Whatcard = card
End property
Property let whatcard(ByVal, Newvalue)
Card = newvalue
end property
What i want to happen in the code is , someone can go
whatcard = and a dropdown appears with hearts, diamonds, clubs, spades
Chance,
Filmmaker, gentlemen and read my blog at