vba code to add text to Text Editor CE

Hi Folks,

In v8i I was able to automatically populate the text editor with desired text ready for a user to finish the input, but since upgrading to CE it will not work. It will work with place text above/below etc. but not in the text editor. The commands that do work do not allow the extra input before placement.

Is the function still available in CE with different syntax or has it been deleted.

I want to provide the user with a standard note to create consistency, but they need to add some information to the end of the standard note before it is placed.

I have tried the code below but it does not work in CE, but works in v8i ok.

     CadInputQueue.SendMessageToApplication "WORDPROC", "FirstLine " + sNote

Any help with this would be appreciated.

Regards,

John.