View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dunnerca dunnerca is offline
external usenet poster
 
Posts: 22
Default Passing Array of User Defined Type to Form

I have created a user-defined type in a standard module along with an array
of 12 of this user-defined type. I also have a form containing a command
button. When the command button is clicked, I want a procedure run that uses
the array of user-defined type. However, the Click event procedure in the
form doesn't recognize the array. Am I missing something obvious?