SetAllIncludedFlags - Equivalent OLE commands

S

Sruthi

Hello,

Does anyone know how to write write ole commands for the method
'SetAllIncludedFlags'? For eg, I would like to convert this:

With ActiveDocument.MailMerge.DataSource
.SetAllIncludedFlags Included:=True
End With

to Ole commands.


Thanks in advance
 
Top