I want open a new dialog from an other

In a Module is defined:

Type MAMA_MEASURE_COLLISION
lUserId As Long
lStatus As Long
End Type

I want to use this user defined type as a Parmeter in one Public Sub:

Public Sub DoCollisionMessageDlg(msg As MAMA_MEASURE_COLLISION)
End Sub

But I got a Compile error

Stephan