View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default Modify this Array

Thanks for the reply...

I was looking at some examples of the ReDim vaDataOut and wow that is
way over my head, but I will do some research... I'm not skilled at
vba and not sure I can figure that out. I just know enough to put a
few pieces code together and hope it works...

Just for clarification, the headers shown in the example accounts for
all the attribute values in the blocks used...


+-------------------------------------------------------------------+
+-------------------------------------------------------------------+


According to what I've researched.., Enhanced Attribute Manager would
be your equivalent for the PropertyLinks manager I use in SolidWorks.
If you give all models a standard 'set' of attributes you should be
alright. As for the code...

Do me a favor and 'dump' Array1 into a blank worksheet...

With Xl.Sheets("Sheet2").Range("A1")
.Resize(UBound(Array1), UBound(Array1, 2) = Array1
End With

...so I can see an example of a set of attributes, and post a link to
the file.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion