Hi!
So i'm trying out Cute Editor and i wanted to edit an existing .doc file with it.
So i did something like this:
Dim path As String
path = "c:\teste.doc"
Editor1.LoadWord(path)
Is this the right mehod? Using the LoadWord? Because it isn't working. If i use the LoadFile or LoadHTML method instead, i get a lot of tags and unwanted data.
Thanks in advance,