How to transpose this from DDE to OLE syntax :
odde:execute('[EditBookmark .Name="STARTDOC",.GoTo ]')
ww:="A text"
odde:execute('[Insert "&ww" ]')
odde:execute('[NextCell() ]')
The purpose is to migrate form DDE -> OLE with Word
Thanks