ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
BSBryan Sumner09/05/2024

I would like to update these to maintain the linked fields instead of replacing with the evaluated values.  Any help?  I believe it's a simple change but I can't seem to get the Syntax right.  Thanks!  

Length = GetPropertyValue(swModel, "Length")
  Width = GetPropertyValue(swModel, "Width")

Here is the full Macro. 

Option Explicit

   Dim swApp As SldWorks.SldWorks
   Dim swModel As SldWorks.ModelDoc2
Dim swDraw