ConvertMacWordChevrons Property Example
This example sets the ConvertMacWordChevrons property to convert the text enclosed in chevrons to mail merge fields, and then it opens the document named "Mac Word Document."
FileConverters.ConvertMacWordChevrons = wdAlwaysConvert
Documents.Open FileName:="C:\Documents\Mac Word Document"