View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Philippe Pons Philippe Pons is offline
external usenet poster
 
Posts: 4
Default Using classes to store user credentials

Hi,

I consider using a class to store if the user has been authorized.
Something like:
Dim thisUser as new clsUser
thisUser.IsAuthorized = True

But I don't know how to preserve this instance of the class, together with
it's properties, throughout the life of the application.

Could you help me?

Thank's in advance

Philippe