Expand SOLIDWORKS PDM File ExplorerSOLIDWORKS PDM File Explorer
Expand SOLIDWORKS PDM Professional Item ExplorerSOLIDWORKS PDM Professional Item Explorer
Collapse SOLIDWORKS PDM Administration ToolSOLIDWORKS PDM Administration Tool
Expand Introducing the Administration ToolIntroducing the Administration Tool
Expand Local SettingsLocal Settings
Expand VaultsVaults
Expand Archive ServersArchive Servers
Expand SOLIDWORKS PDM Add-ins (For SOLIDWORKS PDM Professional only)SOLIDWORKS PDM Add-ins (For SOLIDWORKS PDM Professional only)
Expand Dispatch (For SOLIDWORKS PDM Professional only)Dispatch (For SOLIDWORKS PDM Professional only)
Expand Bills of MaterialsBills of Materials
Expand Data CardsData Cards
Expand Card Lists (For SOLIDWORKS PDM Professional only)Card Lists (For SOLIDWORKS PDM Professional only)
Expand Categories (For SOLIDWORKS PDM Professional only)Categories (For SOLIDWORKS PDM Professional only)
Expand ColumnsColumns
Expand File TypesFile Types
Expand Importing and Exporting Data (For SOLIDWORKS PDM Professional only)Importing and Exporting Data (For SOLIDWORKS PDM Professional only)
Expand Indexing the Vault (For SOLIDWORKS PDM Professional only)Indexing the Vault (For SOLIDWORKS PDM Professional only)
Expand Items (For SOLIDWORKS PDM Professional only)Items (For SOLIDWORKS PDM Professional only)
Expand  Installing and Configuring SolidNetWork Licensing Installing and Configuring SolidNetWork Licensing
Expand Message SystemMessage System
Expand Revision NumbersRevision Numbers
Expand Serial Numbers (For SOLIDWORKS PDM Professional only)Serial Numbers (For SOLIDWORKS PDM Professional only)
Expand  Tasks (For SOLIDWORKS PDM Professional only) Tasks (For SOLIDWORKS PDM Professional only)
Expand Templates (For SOLIDWORKS PDM Professional only)Templates (For SOLIDWORKS PDM Professional only)
Expand ToolboxToolbox
Expand Users and GroupsUsers and Groups
Collapse VariablesVariables
Expand WorkflowsWorkflows
Expand Administering Web Servers (For SOLIDWORKS PDM Professional only)Administering Web Servers (For SOLIDWORKS PDM Professional only)
Expand Database ServerDatabase Server
Expand MiscellaneousMiscellaneous
Expand SOLIDWORKS PDM Archive Server Configuration ToolSOLIDWORKS PDM Archive Server Configuration Tool
Expand SOLIDWORKS PDM File Version Upgrade ToolSOLIDWORKS PDM File Version Upgrade Tool
Hide Table of Contents

Adding a Refresh Macro

Instead of manually updating the fields that are linked to a custom variable, you can create a macro that automatically updates the fields every time a document is opened.

Without the macro, if you update the value of the linked fields by editing the file data card, the values are not automatically updated when you open the document. To update the fields, you must select them and refresh them by pressing F9.

To add a refresh macro:

  1. Start Microsoft Word.
  2. Select Tools > Macro > Macro, or press Alt + F8.
  3. For Macro name field, type AutoOpen and click Create .
  4. In the code window, insert the following macro code between Sub AutoOpen() and End Sub:
    Dim aStory As Range
      Dim aField As Field
        For Each aStory In ActiveDocument.StoryRanges
          For Each aField In aStory.Fields
            aField.Update
          Next aField
        Next aStory
  5. Save and close the code window.
The next time you open a document with fields that are linked to SOLIDWORKS PDM variables, the fields will be automatically updated.
when the fields are updated, the document is modified and Word asks if the new changes should be saved when closing the document.


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   Adding a Refresh Macro
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: SOLIDWORKS PDM 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.