View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default Passing Array of User Defined Type to Form

I think it would be useful for you to post some of your code. Specifically,
the code used to create the UDT and the array of 12 of them, the code the
fills the array, the Click event code for your button and, if the "procedure
run" is different for the Click event procedure, its code also.

Rick


"dunnerca" wrote in message
...
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?