View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Looping through a user defined type?

To th ebest of my knowledge you can not loop through a UDT...
--
HTH...

Jim Thomlinson


"plh" wrote:

Is there a way of looping though a user defined type without having to name each
element? Something that would amount to:

For each Thing in myUserDefinedType
'Dosomething
Next Thing

In the one I am concerned with there are user defined types within
myUserDefinedType in addition to strings, integers, etc.

Thank You,
-plh


--
I keep hitting "Esc" -- but I'm still here!