View Single Post
  #1   Report Post  
davidman davidman is offline
Junior Member
 
Posts: 8
Default

Quote:
Originally Posted by Peter T[_7_] View Post
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.