Any ideas why the following code results in a "Named Argument Not Found" error:
With .Fields
WordApp.Selection.TypeParagraph
'.Add Range:=WordApp.Selection.Range, Type:=wdFieldDate
This is in relation to the "Type" argument. It appears to be there in the reference to this topic in Online Help.
With .Fields
WordApp.Selection.TypeParagraph
'.Add Range:=WordApp.Selection.Range, Type:=wdFieldDate
This is in relation to the "Type" argument. It appears to be there in the reference to this topic in Online Help.