Quote:
Originally Posted by Peter T[_7_]
In your class change
Public Property Let strShift(Shift As String)
strShift = Shift
End Property
to
Public Property Let strShift(Shift As String)
pShift= Shift
End Property
Regards,
Peter T
|
I knew there was something wrong with my code! Thanks.