Using the Word Processor

I'm updating some VBA's from 32 bit to 64bit. 

I have one that I use to import notes from word, below is the 32 bit code, does anyone know the replace for the SetCExpressionValue "gWordlibResourceData.bChangeAll", 0, "WORDPROC" line

to use in Connect?

SetCExpressionValue "gWordlibResourceData.bChangeAll", 0, "WORDPROC"

CadInputQueue.SendMessageToApplication "WORDPROC", "1 PasteTextInEditor " & Len(TempString) & " " & TempString
CadInputQueue.SendMessageToApplication "WORDPROC", "1 keypress 13 0 0 0 0 0 0 0 0 0 0 0 1"

Parents Reply Children
No Data