Just remove the "Public" portion of your Dim when you want to use your user defined type, so the following works:

Dim Students as CUsers

------------------
Marty