View Single Post
 
Old 11-21-2014, 07:28 AM
pmcen08 pmcen08 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Nov 2014
Posts: 1
pmcen08 is on a distinguished road
Default Edit Custom Doc Properties using Macros

Hi All,

I am trying to simplify the process of entering custom document property values in word. My idea is to:

• Set up at table at the beginning of the document where the user will enter in the custom document property values. See example below;
Doc. Property....................Value
Product Name .............Machine 500
Manufacturer ............Blogs Machines Ltd.

• Use Marcos to take the data entered into a cell (Machine 500) and copy it,

• Open the advanced properties menu and select the Product Name property, in the value text box paste (Machine 500), click modify and return to the document

• Select all items, (Ctrl+A) and then update all fields (F9) All custom fields/document properties should now be updated to (Machine 500)


I am new to Macros and VBA, I have made an attempt using Macros, but it doesn’t work.

Is this even the right method? Is there a better way?
Any help appreciated!
Reply With Quote